Комментарии:
I've been using Sublime instead of PyCharm, is it okay?
Ответитьthanks for your valuable free tutorials
ОтветитьExcellent Course
ОтветитьAnswer: floor(), ceil(), sqrt(), pow(), remainer()
ОтветитьCan i use VS code editor
Ответитьthank you for the video
Ответитьthank navin Reddy sir
Ответить>>>help('math') not open showing error- squeezed text(301 lines).
pls help and clear the doubt
Anna nuvvu Telugu kada
ОтветитьIn my IDLE there is no File option to save or create new file
....
Plz any one help me to that
VS code is also a good option
Ответитьi am little bit confuse
ОтветитьI'm not getting the file option
ОтветитьI have the error of the following when I run the command prompt. May I know why?
C:\Users\hendr>cd Desktop
The system cannot find the path specified.
Proud our Telugu person is in it ❤❤❤
ОтветитьYou are amazing sir
ОтветитьThis is the only video I didn't get :' The pycharm window shows Something else
Ответитьthe debug is not working in python IDLE
Ответитьplss tell or make a video for that
ОтветитьMath functions- sqrt (finds the square root of a no), factorial (finds factorial of a no), pow (a,n) (computes a^n), sin(x) (computes sin of the input in radians), ceil( finds the upper approximation of a no)
Ответитьwhen i write cd Desktop, it says "the system cannot find the path specified". what should i do to solve this problem? my laptop is ASUS.
ОтветитьBreakpoint explained so nicely
Ответить.
ОтветитьYour content is great, its just that for me f8 is not working. Any suggestion.
ОтветитьNavin its not working on window 11
cd Onedrive/
👌
ОтветитьAwesome, you have nicely explained the differences between writing a code in an interactive environment and in an IDE, how to trace code line by line and debug it which is really important from foundation building point of view👍. Just loved it🥰
Five functions from math module -->
math.pow() = calculates the power of something like 2**3 = 8
math.sqrt() = calculates the square root of something like sqrt(64) = 8
math.pi = Gives us the constant value of PI
math.ceil() = gives max value of a given number ex.- ceil value of 3.6 is 4
math.floor() = gives min value of a given number ex.- floor value of 3.6 is 3
is pycharm safe sir
ОтветитьI wish you were my teacher. I am do lost in python is really not safe. Worst I have an exam coming up. 😢
ОтветитьPls Sir, l tried to code with the CMD. I typed cd Desktop but it replies. The system cannot find the path specified. And then for "python codes" it states " python codes" is not recognized as an internal or external command, operable program or batch file. Pls help sir
Ответитьsir could you please make videos on python datastrucutres ?
Ответитьwhen i am trying to run code in pycharm it is sying configuration is still incorrect
ОтветитьList any 5 functions from math module with there working
1. sqrt 2. floor 3. ceil 4. pow 5. pi
import math
math.sqrt(25) # 5
math.floor(2.9) # 2
math.ceil(2.2) # 3
math.pow(2,3) # 8
math.pi # 3.14
print("thank you for this lesson")
ОтветитьC:\Users\ritup>C:\Python Codes
'C:\Python' is not recognized as an internal or external command,
operable program or batch file. ( can anyone help?)
I am getting this error.
sir while running the code it shows please select a valid interpretor
Ответитьimport statistics as s
print(s.mode[2,3,6,1,8,44,36,2,])
print(s.median[2,3,6,1,8,44,36,2,])
print(s.mean[2,3,6,1,8,44,36,2,])
import math as m
print(m.log(10))
print(m.exp(10))
print(m.factorial(10))
print(m.sin(10))
print(m.cos(10))
print(m.tan(10))
print(m.asin(10))
print(m.acos(10))
print(m.atan(10))
great teacher of python..i will watch this over and oer til i get it
ОтветитьI am facing problem in python interpreter in running the code
Ответитьpow,sqrt,e,pi,floor.ceil
Ответитьprint('you are best teacher of python')
Ответитьsir in my laptop f8 key is turning on for airplane mode ,its not getting X ={int} 5
ОтветитьHello mr robbins:)
Ответитьfloor
ceil
sqrt
pow
factorial
if "Welcome back Aliens" in everyvideo@Telusko:
print("Enjoy 😄 the session')
else:
pass
Why didn't you take name of vd code for ride ?
Ответитьthanks a loooooooooooooooooooot
ОтветитьCan we do vs code sir
Ответить