Skip to content

lindelaani/Python-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Python-Assignment

user_input.py def display_info(name, age, location): print(f"• Hello, {name}") print(f"•{age}") print(f"•{location}")

Example usage

name = "what is your name?" age = " How old are you ?" location = " Where do you stay?" display_info(name, age, location)

About

user_input.py

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages