A program that prompts the user for a credit card number and then reports whether it is a valid American Express, MasterCard, or Visa card number per the Luhn's algorithm.
-
Updated
Mar 31, 2021 - Python
A program that prompts the user for a credit card number and then reports whether it is a valid American Express, MasterCard, or Visa card number per the Luhn's algorithm.
A Python-based project developed as part of a TryHackMe challenge, featuring a simple Bitcoin investment calculator. Ideal for beginners to get hands-on with Python programming and basic cryptocurrency concepts.
Karabuk Universitesi--We Want Education--Python
This project includes a variety of beginner-friendly Python exercises that cover essential programming concepts such as user input handling, basic algorithms, password validation, API requests, and character-based games, providing hands-on experience for learning Python fundamentals.
The initial caculator is based on the 2020 tax bracket for someone filing as "single", whereas the GUI is based on the 2021 tax bracket for each filing status. This calculator is built on an "if" statement.
Given a dollar amount, this code finds what bills you need to make that amount. Assuming we want to always use large bills if possible. $50 bill is the largest bill used.
(17/02/24)Fundamentals of Python Programming with PyCharm Tutorial by Mike Dane on YouTube (freecodecamp)
The Conditional Statements repository focuses on demonstrating Python's core decision-making structures such as if, elif, and else. It is a learning resource for beginners, showcasing how to apply conditional logic to control the flow of code.
My assignments in my Tech4Girls- HACSA lessons
A very simple version where two players can play against each other. No AI involved...
With given input (month, day, year). The output is a person's age in years. Beginner python, using if statements and conditionals
Add a description, image, and links to the if-statements topic page so that developers can more easily learn about it.
To associate your repository with the if-statements topic, visit your repo's landing page and select "manage topics."