diff --git a/practicalSession-4.md b/practicalSession-4.md
index 470be4f97ad36ff58a65c82cb713990d90a4ca7d..3fcf173d036bb5cb3e92e6afb54b0b01fa0a8862 100644
--- a/practicalSession-4.md
+++ b/practicalSession-4.md
@@ -27,6 +27,9 @@ Then, install the tutorials:
 `curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash`
 
 
+## Running Rustlings, the Rust tutorials
+
+
 `cd rustlings`
 
 
@@ -36,3 +39,11 @@ Finally run to launch the exercices:
 
 
 Follow the given instructions while editing `rs` files with a text editor.
+
+
+Focus on code quality:
+- `variables4.rs`, what is the difference between mutability and immutability? Which relation with code safety? 
+
+
+
+