User-Input
Sat 17 May 2025
title: "User input" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
city = input("Enter your city : ")
Enter your city : Toronto
city
'Toronto'
Score: 0
Category: basics
title: "User input" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
city = input("Enter your city : ")
Enter your city : Toronto
city
'Toronto'
Score: 0
Category: basics