python教程

时间:2026年02月06日 05:31:40

Python 字符串大小写转换 | 菜鸟教程

Python 字符串大小写转换 Python3 实例 以下代码演示了如何将字符串转换为大写字母,或者将字符串转为小写字母等: # Filename : test.py # author by : www.runoob.com str ...

Python random() 函数 | 菜鸟教程

#!/usr/bin/python# -*- coding: UTF-8 -*-importrandom# 生成第一个随机数print random() : ,random.random()# 生成第二个随机数print random() : ,random.random().#!/us...

Docker 安装 Python | 菜鸟教程

可以通过 Sort by 查看其他版本的 python,默认是最新版本python:latest。.此外,我们还可以用 docker search python 命令来查看可用版本:...