diff --git a/python_ronan/weight_convertion.py b/python_ronan/weight_convertion.py
new file mode 100644
index 0000000000000000000000000000000000000000..6b90c25bf2d73d75055c1888090fd405bdcf97fd
--- /dev/null
+++ b/python_ronan/weight_convertion.py
@@ -0,0 +1,5 @@
+x = 2
+ 
+for i in range(10): 
+    print(x)
+    x = x + 2