python-by-example-150-chall.../challenges80-87/challenge-084.py
2019-07-22 15:22:11 +03:00

3 lines
68 B
Python

post_code = str(input('Enter your postcode'))
print(post_code[0:2])