Skip to content

athenian-computational-thinking/100-years-assignment-template-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

100 years

Problem Description

Calculate the year in which the user will be 100 years old.

Example

Current age? 10
2110

Suggested Approach

  1. The function uses age as a parameter. Decide how you will get from the current age to they year they will be 100.
  2. Write the code inside the function
  3. Test with the print statement provided
  4. Comment out the print statement and add the code as prompted to get the user input
  5. Run your program to test it. Does is work as expected?
  6. Run pytest
    • Edit Configurations --> "+" --> pytest --> OK
    • Run pytest
  7. Did it pass? If so, commit and push to GitHub. If not, why?

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages