Zeit
import time
start = time.time()
print("hello")
end = time.time()
print(end - start)
Smoggy Sloth
import time
start = time.time()
print("hello")
end = time.time()
print(end - start)
// get current time in java using LocalTime.now() method
import java.time.LocalTime;
public class UsingLocalDate
{
public static void main(String[] args)
{
System.out.println(LocalTime.now());
// hr : min : sec.fimto sec
}
}
look in your house, must have clock somewhere right?
#python
import time
a+a-b*(2345) x b =
[
'%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59'
'%Y-%m-%d %H:%M:%S.%f', # '2006-10-25 14:30:59.000200'
'%Y-%m-%d %H:%M', # '2006-10-25 14:30'
'%m/%d/%Y %H:%M:%S', # '10/25/2006 14:30:59'
'%m/%d/%Y %H:%M:%S.%f', # '10/25/2006 14:30:59.000200'
'%m/%d/%Y %H:%M', # '10/25/2006 14:30'
'%m/%d/%y %H:%M:%S', # '10/25/06 14:30:59'
'%m/%d/%y %H:%M:%S.%f', # '10/25/06 14:30:59.000200'
'%m/%d/%y %H:%M', # '10/25/06 14:30'
]
তুমি কোন দেশের?
10'
>>> from DateTime import DateTime
>>> e = DateTime('US/Eastern')
>>> e.timezone()
'US/Eastern'
seriously? go check your clock at your house -_-