336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
description :
source code :
unsigned_int_value = 0xFFFFFFFF
unsigned_byte_value = 0xFF
int_value = (int)(unsigned_int_value / 2)
print(unsigned_int_value)
print(unsigned_byte_value)
print(int_value)
result :
'Etc > Python' 카테고리의 다른 글
018 복소수 (0) | 2021.01.21 |
---|---|
017 실수형 (0) | 2021.01.18 |
015 None (0) | 2021.01.17 |
014 while continue break (0) | 2021.01.17 |
013 for else (0) | 2021.01.16 |