Create My own.py

This commit is contained in:
Prashant Pandey 2018-10-12 21:30:24 +05:30 committed by GitHub
parent a28fa741b5
commit d544feba30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
My own.py Normal file
View 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!!")