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: python code on colab

A toy store is very successful in two of its products: clowns and dolls. Suppose, Each clown weighs 112 g and each doll 75 g. Write a program that reads the number of clowns and dolls sold in the last order and calculates the total weight of the package to be shipped | python Programming

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

Simple Data Types in Python A toy store is very successful in two of its products: clowns and dolls. Suppose, Each clown weighs 112 g and each doll 75 g. Write a program that reads the number of clowns and dolls sold in the last order and calculates the total weight of the package to…

Read More “A toy store is very successful in two of its products: clowns and dolls. Suppose, Each clown weighs 112 g and each doll 75 g. Write a program that reads the number of clowns and dolls sold in the last order and calculates the total weight of the package to be shipped | python Programming” »

Programming Exercises, Python Exercises

Write a program that input amount from user to invest, the annual interest and the number of years, and shows on the screen the capital obtained in the investment | Python Programming

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

Simple Data Types in Python Write a program that input amount from user to invest, the annual interest in percentage and the number of years, and shows on the screen the Capital obtained in the investment. Solution: Step 1: Step 2: Step 3: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy…

Read More “Write a program that input amount from user to invest, the annual interest and the number of years, and shows on the screen the capital obtained in the investment | Python Programming” »

Programming Exercises

Write a program that input two integers and display Quotient and remainder on the screen | Python Programming

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

Simple Data Types in Python Write a program that input two integers and display Quotient and remainder on the screen. Solution: Step 1: Step 2: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that asks the user for their weight (in kg) and height (in meters), calculates the body mass index and stores it in a variable, and displays on the screen | python Programming

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

Simple Data Types in Python Write a program which input weight (in kg) and height (in meters) form user, calculates the body mass index and stores it in a variable, and displays on the screen. Solution: Output: Step 1: Step 3: Final Output: #Why python Programming Important #Colab Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2 | python Programming

Posted on March 8, 2022March 13, 2022 By myustaadg.com

Simple Data Types in Python Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2. Solution: Step 1: Output: #Why python Programming Important…

Read More “Write a program that reads a positive integer, , entered by the user and then displays on the screen the sum of all integers from 1 to . The sum of the positive first integers can be calculated as follows: Sum =n(n+1)/2 | python Programming” »

Programming Exercises, Python Exercises

Write a program that displays the output of the following arithmetic operation on the screen (3+2/2⋅5)^2 | Python Programming

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

Write a program that displays the output of the following arithmetic operation on the screen (3+2/2⋅5)^2. Solution: Output: #Colab #Why Python Programming Important Hope You will learn Something. Happy Coding.

Programming Exercises, Python Exercises

Copyright © 2022 MyUstaadG.

Powered by PressBook Blog WordPress theme