str

  • 2022年柏鹭杯 pwn题复现

    题目附件链接: 链接:https://pan.baidu.com/s/1xng57H4uO04y0RdtYSVG7A 提取码:lele note1: 在程序里面,一个很明显可以用于…

    编程笔记 2022年9月17日
  • 收集整理的非常有用的PHP函数

    收集整理的非常有用的PHP函数 1、PHP加密解密2、PHP生成随机字符串3、PHP获取文件扩展名(后缀)4、PHP获取文件大小并格式化5、PHP替换标签字符6、PHP列出目录下的…

    PHP 2022年9月15日
  • 9.15

    height=1.68print(“你的身高:”+str(height))weight=62print(“你的体重:”+str(we…

    python 2022年9月15日
  • 第二章 Python语言基础

    实例01 根据身高、体重计算BMI指数 运用公式 “ BMI=体重/(身高 × 身高)” 点击查看代码 height = 1.67 #保存身高的变量,单位:米 print(“您的身…

    python 2022年9月15日
  • python第二章实例

    实例01 根据身高、体重计算BMI指数,代码如下: height =float(input(“请输入你的身高:”)) weight =float(input(“请输入你的体重:”)…

    编程笔记 2022年9月15日
  • python基础学习

    一·根据身高,体重计算BMI指数 height=1.70print(“您的身高:”+str(height))weight=48.5print(“…

    python 2022年9月14日
  • The first assignment

    实例01 code01: height = 1.70print(“您的身高:”+str(height))weight = 48.5print(“…

    python 2022年9月14日
  • Python 第二章实验

    height=1.7 #保存的身高的变量, 单位:米 print(“您的身高:” + str(height)) weight = 100 print(“您的体重:” + str(w…

    python 2022年9月14日
  • python第二章实例

    实例01 根据身高、体重计算BMI指数,代码如下: height =float(input(“请输入你的身高:”)) weight =float(input(“请输入你的体重:”)…

    python 2022年9月14日
  • 13 刘欣晨

    实验 一  项目名称:根据身高、体重计算BMI指数 实验内容: height = 1.70 print(“您的身高:” + str(height)) wei…

    python 2022年9月14日