# Combine the name of their city and pet and show them their band name
# The input cursor shows in a new line
A program that adds the digits in a 2 digit number. //Run code//
A program that calculates the Body Mass Index (BMI) from a user's weight and height. //Run code//
A program using maths and f-Strings that tells us how many days, weeks, months we have left if we live until 90 years old. //Run code//
A program that calculates bills. //Run code//
Write a program that works out whether if a given number is an odd or even number. //Run code//
Write a program - Pizza delivery. //Run code//
write a program that tests the compatibility between two people. //Run code//
#Take both people's names and check for the number of times the letters in the word TRUE occurs. Then check for the number of times the letters in the word LOVE occurs. Then combine these numbers to make a 2 digit number.
#For Love Scores less than 10 or greater than 90
#For Love Scores between 40 and 50
#Otherwise
Make your own "Choose Your Own Adventure" game. //Run code//
#Use conditionals such as if, else, and elif statements to lay out the logic and the story's path in your program.
rock-paper-scissors game . //Run code//