From 6956a5c3bf20011cf5131c4cb852b2521950a412 Mon Sep 17 00:00:00 2001
From: ronan vas <vasr@cardiff.ac.uk>
Date: Wed, 16 Oct 2024 11:55:08 +0100
Subject: [PATCH] added my py

---
 python_ronan/weight_convertion.py | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 python_ronan/weight_convertion.py

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