Skip to content

MyUstaadG

Learn to Serve

  • Computer Science
    • Software
    • Computer Tips
    • Coding
      • Conditional Structures Exercises
      • Loops Exercises
      • Arrays Exercises
      • Python Exercises
    • Microsoft Office
      • MS Excel
      • MS Word
  • Videos
    • Funny Videos
    • Health and Fitness Videos
    • PUBG Videos
    • Technology Videos
  • News
  • Funny
  • Memes
  • Playwright Tutorials
  • Tutorials
  • Toggle search form

Tag: conditional structures in python

Write a program that asks the user their annual income and shows on the screen the tax rate that corresponds to them | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises The tax brackets for the declaration of income in a certain country are the following: Income Tax rate Less than 10000€ 5% Between 10000€ and 20000€ 15% Between 20000€ and 35000€ 20% Between 35000€ and 60000€ 30% More than 60000€ 45% Income & Tax Rate Write a program that asks the user…

Read More “Write a program that asks the user their annual income and shows on the screen the tax rate that corresponds to them | Python Programming” »

Programming Exercises, Python Exercises

Write a program that asks the user their age and monthly income and shows on the screen whether the user has to pay taxes or not | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises To pay a certain tax you must be over 16 years old and have an income equal to or greater than € 1000 per month. Write a program that asks the user their age and monthly income and shows on the screen whether the user has to pay taxes or not. Solution:…

Read More “Write a program that asks the user their age and monthly income and shows on the screen whether the user has to pay taxes or not | Python Programming” »

Programming Exercises, Python Exercises

Write a program that asks the user for an integer and shows on the screen whether it is even or odd | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises Write a program that asks the user for an integer and shows on the screen whether it is even or odd. Solution: #colab #Python Programming Importance Hope You will learn Something. Happy Coding

Programming Exercises, Python Exercises

Write a program that asks the user for two numbers and shows their division on the screen. If the divisor is zero the program must display an error | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises Write a program that asks the user for two numbers and shows their division on the screen. If the divisor is zero the program must display an error. Solution: Step 1: Enter Dividend: Step 2: Enter Divider: Output: #colab #Python Programming Importance Hope You will learn Something. Happy Coding

Programming Exercises, Python Exercises

Write a program that stores the string in a variable, asks the user for the password, and prints on the screen base on condition | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises Write a program that stores the string in a variable, asks the user for the password, and prints on the screen if the password entered by the user matches the one saved in the variable without taking into account uppercase and lowercase letters. Solution: Note: Stored Password is ( Password) Output: If…

Read More “Write a program that stores the string in a variable, asks the user for the password, and prints on the screen base on condition | Python Programming” »

Programming Exercises, Python Exercises

Write a program which input age from user and display on the screen if he/she is of legal age or not | Python Programming

Posted on March 23, 2022March 23, 2022 By myustaadg.com

Conditional Structure Exercises Write a program which input age from user and display on the screen if he/she is of legal age or not. Solution: Output: If condition Satisfy: If conditionNot satisfy: #colab #Python Programming Importance Hope You will learn Something. Happy Coding

Programming Exercises, Python Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme