ifelse
Here are 15 public repositories matching this topic...
It is one of the simplest and most widely known encryption techniques. For example, with a left shift of 3, D would be replaced by A, E would become B, and so on.
-
Updated
Apr 25, 2021 - Python
I wrote a program called "Test Grader". The program should allow the user to enter a test mark between 1 and 100 If the number entered is too high or too low, a message should be displayed informing the user of this. It will tell the user when they failed or passed and what letter grade they got.
-
Updated
Mar 17, 2024 - Python
We used comments to answer the investigation questions on the example code.
-
Updated
Mar 17, 2024 - Python
Coding practice for beginners
-
Updated
Jun 14, 2024 - Python
We are predicting what the code will do when it runs. The predictions should be added to the code as comments.
-
Updated
Mar 17, 2024 - Python
Journal #2 A small mini project since I started to learn Python
-
Updated
Feb 25, 2024 - Python
-
Updated
Aug 17, 2024 - Python
The user is asked at the end if they guessed correctly. Then if they did, display a “Well done” message. If they didn’t, display a “Never mind” message. As well as checking whether the answer is too high or too low, add a line that checks whether the guess is equal to the answer and if it isn’t, displays a “Bad luck” message.
-
Updated
Mar 17, 2024 - Python
Problems solving on the Python 500 exercise book by Tautology
-
Updated
Jan 3, 2023 - Python
Simple projects in Python to grasp fundamentals
-
Updated
Apr 10, 2023 - Python
Improve this page
Add a description, image, and links to the ifelse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ifelse topic, visit your repo's landing page and select "manage topics."