Skip to content

Instantly share code, notes, and snippets.

@SsonHJ
SsonHJ / ex0.py
Last active August 29, 2015 14:03
num = [x*2 for x in range(0,11)]
print num
function timeTo(time){
var times = new Date();
var resultString;
var millisec;
millisec = (new Date(time)).getTime();
times.setTime(millisec);
var month = times.getUTCMonth() + 1;
if(month < 10){