336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

description :

 

 


source code :

float_list = [1.0, 3.1415, 1.98e1, -0.2e2

for x in float_list:
	print(x)

 


result :

'Etc > Python' 카테고리의 다른 글

019 대입  (0) 2021.01.21
018 복소수  (0) 2021.01.21
016 정수형  (0) 2021.01.17
015 None  (0) 2021.01.17
014 while continue break  (0) 2021.01.17

+ Recent posts