an example on using the timer command if you could, your a legend
Advertising
40 line programs means nothing in regards to complexity.Minimur12 wrote:i like making little 40 line programs, that sort of stuff
Why would it be impossible?Minimur12 wrote:i was wondering if i could make myself a program that would log the computer off? or is that not possible ??
Timer?Minimur12 wrote:ive borrowed my brothers java book and im reading up on it now, but id rather have it laymans, and also
an example on using the timer command if you could, your a legendthankyou
svenn wrote:In mac :
use that fancy overpriced button.
Code: Select all
import sys
if sys.platform.startswith("linux") == True:
# do something linux-related
elif sys.platform.startswith("win") == True:
# do something windows-related
elif sys.platform.startswith("darwin") == True:
# do something mac-related