下方代码段执行有误的是( )。
a =time.time()
print(a)
for a in set('3'):
a = [4,7,9,12]
a.append(3)
import turtle
print(round(3.5))