#testmode:repl # Tests for int constuctor int("42") int("23.5") int(" 1337=leet") int(" -67325787932490849573589421032307858092587208570872350823502350235087237052305 ") int(true) int((1,2,3)) #--- #42 #23 #1337 #-67325787932490849573589421032307858092587208570872350823502350235087237052305 #1 #ERR:Line 1, column 1: `list` cannot be converted to int