echo.py 70 B

1234567
  1. import sys
  2. def main():
  3. s = raw_input()
  4. print "Python:" + s
  5. main()