Write A Python Script To Input An Integer And Display Its Square And Cube

preview_player
Показать описание
Hello Programmers, Welcome to my channel.

In this video you will learn about how to Write A Python Script To Input An Integer And Display Its Square And Cube

Python Scripts
======================

Python Functions Solved
==========================

Python Programs Solved
============================

Code
=============================
number = int(input("Enter a Number : "))

s = number ** 2
c = number ** 3

print("Square of number is : ", s)
print("Cube of number is : ", c)

Keywords
=============================
#python #python3 #python_assignment #pythonprogramming #pythontutorial #pythonprojects #pythoncourse #pythonbaba #pythonforbeginners #pythonautomation #pythonbasic #pythonbeginners
Рекомендации по теме