#short trick to find square of any number in python #developers

preview_player
Показать описание

In this video I am going to show you how you can find square of any number using python.
Рекомендации по теме
Комментарии
Автор

cant we just write -
num = float(input('enter your number: '))
print('Square of the number is:', num*num)

siddharthgautam
welcome to shbcf.ru