Day 5 of #100daysofcode#python#code#learntocode
Things I learned:
1. For Loops
2. range()
3. Generating random strings
4. Generating random numbers
5. Generating random special characters
6. joining it all together to turn it into one string
Day 4 of #100daysofcode#python#code#learntocode
Today I built a terminal based blackjack game!
Things I learned:
1.Using the random function
2. list
3.Working with nested list
4. indexing
As mentioned in a previous post ive been considering starting a YouTube channel, but im also considering starting a community, would anyone also be interested in joining a discord? #100daysofcode#python#connect
For anyone having difficulty setting up Virtualbox guest additions for ubuntu 24.04.04. Try going to your display settings for virtualbox and check the box that says 3d Acceleration and then change the virtual memory to atleast 128mb #100daysofcode#python#linux#connect
For day 4 of #100daysofcode#python#connect
I'm thinking about making a simple terminal based blackjack game, what do you guys think? Also let me know what kind of projects you guys would wanna see!
Day 3 of #100daysofcode#python#connect
Things I learned:
1. Modulo Operator
2. Comparison Operators
3. if, elif, and else statements
4. Logical Operators (and, or, not)
Today I made a little terminal decision based game, where your decision determines the outcome!