Rifat Mamayusupov commited on
Commit
50c2ca4
1 Parent(s): c38d55b

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +5 -0
run.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ text = input('enter:')
2
+
3
+ for _ in range(11):
4
+
5
+ print(text)