промежутое
This commit is contained in:
5
programm1/data_types7.py
Normal file
5
programm1/data_types7.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def main():
|
||||
state = input("Введите название государства: ").strip()
|
||||
capital = input("Введите название столицы: ").strip()
|
||||
print(f"Государство - {state}, столица - {capital}")
|
||||
main()
|
||||
Reference in New Issue
Block a user