python-by-example-150-chall.../challenges80-87/challenge-084.py

3 lines
68 B
Python
Raw Normal View History

2019-07-22 20:22:11 +08:00
post_code = str(input('Enter your postcode'))
print(post_code[0:2])