The source code of my exercise ...
The output of my source code ...
I came up with this little exercise in which a six-digit number entered by the computer has to be matched exactly with a generated random number. You can imagine that with the many attempts, the million mark is quickly exceeded.
The source code of my exercise ...
On this occasion I also tried the "Colorama" module for Python, which allows you to set the foreground and background color in the console.
Post #42: Exercise - Catch My Number With A Random Number, 2023.
Post #54: Sprydosystems, Data-Engineering and its areas: cloud, virtualization, platforms, data and languages, 2023.
Data engineering is a gen next approach carried out for businesses globally.
Ample functionalities along with the latest approach towards fastest result generation is carried out with the technology.
Enter into a word where you will get the best for professional growth and stability.
So,hurry up. Grab the best opportunity now with Sprydo Systems.
Kindly send your Updated Resume to careers@sprydosystems.com or you can reach us directly @ +1(980)-246-8661
Get in touch with us at our website : http://www.sprydosystems.com/data-science.php
Class Methods in Python
SoloLearn: Python Developer Course ...
Learning Object-Oriented Programming ...
SoloLearn: Practice The Static Methods ...
I am proud to solve this little coding exercise ...
Post #98: SoloLearn, Programming And Learning Community, Python Developer Course, Chapter: OOP / object-oriented programming, 2023.
Post #97: YouTube, Coding Crashkurse, OOP Masterkurs, From Newbie To Expert, OOP Komplettkurs, 2023.
The source code of my exercise ...
The output of my source code ...
Post #33: YouTube, Programmieren Starten, Python Tutorial, #9 Vergleiche in Python und der Datentyp "Bool", 2023.
Post #2: www.amolblog.com, "Hello World" in 10 different programming languages, 2023.
Post #24: Real Python, Getting Started with Python IDLE, 2023.
This is how you work out whether if a particular year is a leap year.
On every year that is divisible by 4 with no remainder
Except every year that is evenly divisible by 100 with no remainder
Unless the year is also divisible by 400 with no remainder
Source: Angela Yu, Udemy, 2024
Year 2000:
2000 ÷ 4 = 500 (Leap)
2000 ÷ 100 = 20 (Not Leap)
2000 ÷ 400 = 5 (Leap!)
So, year 2000 is a leap year.
Year 2100:
2100 ÷ 4 = 525 (Leap)
2100 ÷ 100 = 21 (Not Leap)
2100 ÷ 400 = 5.25 (Not Leap)
But year 2100 is not a leap year.
Post #113: Free Programming Exercise, Leap Year, 2024.
Post #53: YouTube, Programmieren Starten, #14 Listen in Python, 2023.
Post #87: FreeCodeCamp, Beau Carnes, Ultimate Beginner's Python Course on YouTube by Dave Gray, 2023.
Post #95: Sololearn, The best way to learn to code, 2023.