Day 6 of #100DaysOfCoe w @st_school_ , @BrightTonny
Python Variables deep dive
🔸variables are there old data during run-time
🔸contains 3 parts: name, assignment & value
🔸variable unpacking - names declared separated by comma, then assignment, then values respectively
Day 5 of #100DaysOfCode with @st_school_ , @BrightTonny
learnt python:
🔸variable naming conventions
🔸 naming restrictions
🔸variable name should describes the data it contains
🔸etc
#100DaysOfCoe - Day = 005 part 2
I had extra time today. I used #Java to read my input file and write it to the screen. I will be working on my plan to go forward.
Any suggestions for a planning tool or method? I to start am using the #GitHubREADME.md file.