Kamaal commited on
Commit
f328f85
1 Parent(s): 9acd4a6

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ print("write a name")
2
+ name=input()
3
+ print(name)