+ 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 Answers
+ 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!