mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
Create My own.py
This commit is contained in:
parent
a28fa741b5
commit
d544feba30
1 changed files with 5 additions and 0 deletions
5
My own.py
Normal file
5
My own.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
a=str(input)
|
||||
print("hey enter a string as your own =")
|
||||
for h in a:
|
||||
print h
|
||||
print("Thanks for entering a string!!")
|
||||
Loading…
Reference in a new issue