Write a program to input a number and print its square root. Class 12: Python Revision Tour

preview_player
Показать описание
Hey Guys,
Welcome back to our channel
Today I'm going to shown you Python Program of Class 12
CHAPTER 1 : Python Revision Tour
Program 1.2 : Write a program to input a number and print its square root.

Program:
num=float(input("Enter A num:"))
num_squrt=num**0.5
print("The cube of",num,"is ",num_squrt)

I written this program in Android App
App Use :
Sololearn:Learn To code for Free

About App: Learn, share, and connect with coders from around the world!

SoloLearn has the largest collection of FREE code learning content, from beginner to pro! Choose from thousands of programming topics to learn coding concepts, brush up your programming knowledge, or stay aligned with the latest coding trends.

You will be greeted by the friendliest community of coders, where peer support is an essential part of learning and development. Fresh learning content is created by the community daily, facilitating efficient and effective coder skill improvement.

Join millions of other coders for anytime anywhere access to countless coding topics and assignments. Write and run real code in our mobile code editor, get inspired through real-life code samples, and engage in interactive community conversations along the way.

Especially For Beginners

Thank you For Watching
Don't forget to hit the like Button
Subscribe our channel

Any question ? Comment down below.
#python #Program #Class 12
Рекомендации по теме