Skip to content

Latest commit

 

History

History
87 lines (79 loc) · 1.22 KB

File metadata and controls

87 lines (79 loc) · 1.22 KB

100daysofPython

day 1

  • installed python, learned to run python commands in the terminal

day 2

  • learned about lists

day 4

  • built a band name generator after covering concepts(variables, strings, combining strings, input function, and print)

day 5

  • built a Tip calculator using concepts I learned (data types, numbers, operations, type conversions, f-strings, etc)

day 6

day 7 day 7 part2