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