| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/sofay/learn-python3/master/samples/basic/do_input.py | [Back] [Original] |
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
name = input()
print('Hello,', name)
| Web Proxy Viewer | New URL | Original Page |