Day 12 of a 100 days of code.
In day 12 I learned about:
Namespace;
How to modify a global scope;
Python Constants and global scope;
And by the end of a day I finished with project : The number Guessing Game.
#100DaysOfCode#Python#100daysofcoding#LearnToCode#learning
Day 12 of a 100 days of code.
In day 12 I learned about:
Namespace;
How to modify a global scope;
Python Constants and global scope;
And by the end of a day I finished with project : The number Guessing Game.
#100DaysOfCode#Python#100daysofcoding#LearnToCode#learning
Day 10 of a 100 days of Code
#100DaysOfCode
Day 10 I have learned about:
1 - Function with Outputs.
2 - Multiple return values
3 - Docstrings
4 - Print vs Return
5 - While Loops, Flags and recursion.
Good Night 😴
Day 9:
#100DaysOfCode#python#pythonprogramming#100DayOfCoding
In day 9 I have focused on the python dictionaries and nesting list.
I also learned how I can nest lists inside list and dictionaries inside dictionaries and also mixing lists and dictionaries as well.
💯
Day 8:
#100DaysOfCode#Python
Day 8 I have learned about:
1 - Function with input
2 - Difference between arguments and parameters.
3 - positional vs keyword Arguments.
#projectcipherprogram.
At the end of the I builded a cipher program.
Day 6:
#100DaysOfCode
In day 6, I have learned about:
1- Function
2 - Code Blocks
3 - indentation in Python
4 - while Loop
At the end of the day, I wrote the code that's required to instruct my little robot to be able to complete any randomly generated maze.