Skip to content

morefurrys/user_input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Write a program that asks the user for their name, age, and location and then prints out a personalized message.

Instructions:

  1. Create a new Python file and name it "user_input.py"
  2. Use the input() function to ask the user for their name and store it in a variable called "name".
  3. Use the input() function to ask the user for their age and store it in a variable called "age".
  4. Use the input() function to ask the user for their location and store it in a variable called "location".
  5. Print out a personalized message using the user's name, age, and location. For example: "Hello [name], you are [age] years old and live in [location]."
  6. Save and run the program to see the output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages