2019-09-06 23:53:10 +08:00

8 lines
71 B
Python
Executable File

import sys
def main():
s = raw_input()
print "Python: " + s
main()