RunTime
Is there any built-in way to show how long it took to run your code?
Example response:
Run()
Ran!
[Process finished in 0.1 seconds]
Is there any built-in way to show how long it took to run your code?
Example response:
Run()
Ran!
[Process finished in 0.1 seconds]
Which language?
If Python then you can do the code below:
@VulcanWM I use python so this works thanks!
np! :) @Knei