mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-03 01:09:25 +00:00
Merge d544feba30 into a28fa741b5
This commit is contained in:
commit
dd7f5bf167
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