This commit is contained in:
Prashant Pandey 2018-10-12 16:02:15 +00:00 committed by GitHub
commit dd7f5bf167
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!!")