Python 3.9

Creator
Creator
Seonglae Cho
Created
Created
2021 Aug 16 8:4
Editor
Edited
Edited
2024 Jan 10 16:57
Refs
Refs
1. Dictionary merge
 
 
  1. type hint
import 필요 없어짐
 
 
 
3. 새로운 String Method
  • removeprefix()
  • removesuffix()
 
4. nextafter() 의 등장
math.nextafter(x,y) 로 구성되고, x → y 까지의 수 중 표현할 수 있는 다음 수를 리턴
 
 
5. 패키지 Import Error 버그 픽스
import()는 이제 ValueError 가 아닌 ImportError를 raise
 
6. 랜덤바이트 생성
 

7. timezone error

 
 
 

8. gcd, lcm

 
 
 
 
 

Recommendations