+ 1
What does âruntimeâ mean?
I keep seeing it used in my Python lessons, and definitions online arenât much help. Any easy explanation? (Iâm very new to this - can you tell?)
4 RĂ©ponses
+ 5
actually the run time means at the time of executing the program. that means if you write a program and you compile it and you need to execute then during the compilation it is called compile time and during the execution it is called run time .
+ 2
thank you!!
0
I appreciate that!