python3学习手册ROUND_HALF_EVEN round(2.5) #返回2 round(3.5) #返回4 ②math.ceil() 进一法 import math math.ceil(3.1) #返回4 ③math.floor() 去尾法 import math math.floor(3.99) #返回3 ★二维list 直接定义: ★django模块 Django是一个高级的Python Web框架,可以快速开发安全和可维护的 网站。Django项目有一个内置的开发服务器,用于在没有任何外部 Web服务器的情况下立即运行应用程序。 # pip3 install django==5.0.1 import django print(django.get_version()) # django-admin conten�ypes, sessions. Run 'python manage.py migrate' to apply them. January 31, 2024 - 16:33:27 Django version 5.0.1, using se�ngs 'testapp.se�ngs' Star�ng development server at h�p://127.0.0.1:8000/0 码力 | 213 页 | 3.53 MB | 1 年前3
共 1 条
- 1













