Biologist in progress ๐งฌ | Salesman by day ๐๏ธ | Dreaming global, thinking deep ๐๐ง | ๐ฉ๐ฟ | Letโs build a life we donโt need a vacation from.
Just coded a quick Python script called "Whose Wallet?" ๐
You enter a list of names, and it randomly picks whoโs paying for the meal today.
One line decides whoโs going broke tonight ๐
#Python#CodeLife#DevHumor#100DaysOfCode
Just built a simple Python game where you guess a coin toss ๐ช
It uses both random.randint() & random.random() to show two ways of generating outcomes ๐ก
Try it, then tweak it ๐#Python#CodeNewbie#100DaysOfCode
๐ง Just wrote a tiny Python game to flip a coin ๐ช
Because why not let fate decide things sometimes? ๐
๐ Simple, fun, and beginner-friendly.
#Python#CodeNewbie#100DaysOfCode
Just built a mini Python game that checks if your 4-digit guess matches a secret PIN ๐
No loops, just clean conditionals. Try it & flex your luck ๐
#Python#100DaysOfCode#DevLife
๐งช Practicing Python with some storytelling vibes:
A door. A voice. And a secret password.
What happens if you say โotredโ?
Code below โ
#100DaysOfCode
Just built a basic login system in Python ๐ก
Checks if your name and password match predefined values ๐ก๏ธ
Great practice for beginners learning conditionals and string methods ๐ง
#Python#100DaysOfCode#CodeNewbie#GenZTech
Learning how to handle user input in Python! ๐
This script checks if the entered city is in our list ๐
๐ง Using `.lower()` and `.upper()` to make input flexible.
#Python#Coding#100DaysOfCode#DevJourney#GenZTech
Everything starts as shocking and then becomes normal. When Israel bombed the first hospital in Gaza, the world was outraged. Then people got used to it until all the hospitals were destroyed.
Now people are angry about starvation, but in a few days they will get used to it.
Israel is betting on the death of our feelings toward its crimes, and it has succeeded in doing so. Thatโs why, there is no greater threat to humanity than Israel.
โ Just built a Grade Checker in Python!
You input your score, and it tells you if you passed, failed, or crushed it ๐ฏIโm learning by building โ one small project at a time.#Python#CodingJourney#100DaysOfCode#BeginnerProjects
๐ธ (Screenshots attached)
๐ก Third Python project: Rectangle Area Calculator
It asks for length and width, converts inputs to float, and calculates the total area ๐๐
Loving how every small project makes the logic clearer.
Next: maybe a simple GUI? ๐ค
#PythonProjects#CodeNewbie#LearningToCode
๐ธ
โ Second Python mini project:
A simple script that asks for two digits and sums them individually.
Input: โ34โ
Output: 3 + 4 = 7
Iโm starting small but steady ๐ช
Every line of code is progress.
#Python#BeginnerProject#CodeNewbie#100DaysOfCode
๐ธ (Screenshots attached)
Day 1 of learning Python โ๏ธ
Built my first little program: a YouTube channel name generator ๐บ๐ก
It asks for your nickname + channel idea, and suggests a name in return โ all inside the terminal ๐Not fancy, but I MADE it.Letโs keep going ๐ป๐ง
#100DaysOfCode#PythonBeginner