Day 4 of 100 days of python
Control Flow and Logical Operators
material:
- Random Module
- Python list
- Appending Item
- Index
Day3 project: Rock-Paper-Scissors Game
I follow 100 Days Of Python in Udemy #100daysofpython#python#udemy#programming#askpython
Did you know...?
In #Python, a lambda function is a single-line function that is declared anonymous i.e., declared with no name, which may have a number of arguments, but it has only one expression
#100DaysOfCode#JustCode
By AskPython
Day 4: Lists & Randomization! Created Heads/Tails game. Banker Roulette pick'n a random name from a list to pay a bill. Treasure Map based upon 3 rows/columns placing a chest in nested lists from input. Bookmarked a new resource AskPython. :)
#Python#TheBaldDev#100DaysOfCode
Meenakshi , I am doing python course by @yu_angela on Udemy. It provides in depth knowledge of concepts, lots of coding exercise and day projects.
Also I am following this github repo
github.com/jerry-git/learn-p…
And websites like W3schools, GfG,AskPython.
These may help you a lot.
Day 4 of 100
Areas covered - askpython(doc), random module, list, appending items to it, and nested list
Exercises - "heads or tails", "banker roulette", "treasure map", and "rock, paper, scissors"
#100DaysOfCode#Python#CodeNewbies