1
0
mirror of https://github.com/c0de-archive/hacktoberfest-2018.git synced 2025-01-04 16:42:39 +00:00
hacktoberfest-2018/code/Shwetago.py

7 lines
37 B
Python
Raw Normal View History

2018-10-03 04:50:55 +00:00
###
s = 'Hello, world!'
str(s)
###