Skip to content

eansmith/cmpinf0010skillslab5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Ideas in Computing and Info: Skills lab 5 and 6

Group members: Ean Smith, Jonnie Reed, and Ayli Davidson

What this program does:

This is a program that takes two inputs from the user to get their name and age. It then returns both inputs as part of a greeting to the user.

How to use it:

Installation: Run the command 'git clone [email protected]:eansmith/cmpinf0010skillslab5.git' to add it to your jupyter notebook.

Here's what it looks like and what it does:

'''name = input("Enter Name") age = input("Enter age")
print("Hello " + name + ". You are " + age + " years old.") ''' If one typed "Jackson" and "23" as their input, the output would be: Hello Jackson. You are 23 years old.

How to contribute:

Thank you for your interest in contributing to our project! If there is anything you would like to add, please submit your bug reports or add your suggestions as a GitHub issue. Thank you so much!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •