Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/learnpython.org/en/Input and Output.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Solution
country = input("Enter your country: ")

# Displaying the formatted sentence with name, age, and country
print("Hello, my name is {}, I am {} years old, and I am from {}.".format(name, age, country)) name is {}, I am {} years old, and I am from {}.".format(name, age, country))
print("Hello, my name is {}, I am {} years old, and I am from {}.".format(name, age, country))