Computer Science, asked by rameshpreethi0, 7 days ago

using python program Create three variables first_name, last_ name, city to store your first name, last name and city. Use print () statements to display all these details.​

Answers

Answered by Mithileshbhosale1977
0

Answer:

I don't know anythig

Explanation:

mark me brainliest

Answered by itsmerockingaarav
0

Answer:

first_name = "(your name)"

last_name = "(your last name)"

city = "Pune"

print(first_name)

print(last_name)

print(city)

Similar questions