首页 > 其他分享 >2.6.2

2.6.2

时间:2023-10-31 22:55:24浏览次数:36  
标签:python money str english print input 2.6

#03超市抹零行为
money_all=56.75+72.91+88.5+26.37+68.51
money_all_str=str(money_all)
print("商品总金额:"+money_all_str)
money_real=int(money_all)
money_real_str=str(money_real)
print("实收金额为"+money_real_str)
print("严奕3110")
input()

#04计算学生的分差和平均分
python =95
english =92
c =89
sub =python-c
avg =(python+english+c)/3
print("Python课程和C语言课程的分数之差:"+str(sub)+"分")
print("3门课的平均分:"+str(avg)+"分")
print("严奕3110")
input()

#05比较运算符比较大小关系
python = 95
english = 92
c = 89
print("python= "+str(python)+" english= "+str(english)+" c= "+str(c)+"")
print("python < english的结果:" + str(python < english))
print("python > english的结果:" + str(python > english))
print("python == english的结果:" + str(python == english))
print("python != english的结果:" + str(python != english))
print("python <= english的结果:" + str(python <= english))
print("python >= c的结果:" + str(python>=c))
print("严奕3110")
input()

#06手机店打折活动
print("\n手机店正在打折,活动进行中......")
strWeek = input("请输入星期(如星期一):")
intTime = int(input("请输入时间中的小时(范围:0~23):"))
if (strWeek == "星期二" and (intTime >= 10 and intTime <=11)) or (strWeek == "星期五" and (intTime >=14 and intTime <=15)):
print("恭喜您,获得了折扣活动参与资格,快快选购吧!")
else:
print("对不起,您来晚一步,期待下一次活动......")
print("严奕3110")
input()

 

标签:python,money,str,english,print,input,2.6
From: https://www.cnblogs.com/ywo-/p/17801883.html

相关文章

  • 2.62 print("学号:3137")
     ......
  • Error: Vue packages version mismatch: - vue@2.6.14 (D:\前端\vue01\node_module
    Error:Vuepackagesversionmismatch:-vue@2.6.14(D:\\前端\vue01\node_modules\vue\dist\vue.runtime.common.js)-vue-template-compiler@2.7.14(D:\前端\vue01\node_modules\vue-template-compiler\package.json)根据提示信息,是版本不匹配的问题,可以直接找到vu......
  • 解决 springboot 2.6.6 版本中内嵌 tomcat 9.0.60 版本 严格执行RFC 3986规范,导致在 G
    项目中get请求:http://domain:port/api/module/function/getList?pageNum=1&pageSize=1000&keyWord=[]&id=;keyWord的参数应该是 keyWord="[]",如果不加双引号,keyWord就变成了数组,后台接口就报错了。调查原因:springboot2.6.6版本中内嵌tomcat9.0.60版本严格执行RFC3986规范......
  • Spring Boot 2.6.0 发布,一大波新特性,禁止了循环依赖,还有哪些更新
    1、默认禁止了循环依赖循环依赖大家都知道,也被折磨过,这下2.6.0的版本默认禁止了循环依赖,如果程序中出现循环依赖就会报错。当然并没有一锤子打死,也提供了开启允许循环依赖的配置,只需要在配置文件中开启即可:spring:main:allow-circular-references:true2、支持自定义脱敏规......
  • 2.6.2通过Telnet登录设备和管理设备
    1.配置R1端口ip<Huawei><Huawei>sys <Huawei>system-viewEntersystemview,returnuserviewwithCtrl+Z.[Huawei]sysnameR1[R1]interf [R1]interfacegi [R1]interfaceGigabitEthernet0/0/0[R1-GigabitEthernet0/0/0]ipaddress12.1.1.124[......
  • 2.6.1通过Console端口登录和管理设备
    <Huawei>sys<Huawei>system-viewEntersystemview,returnuserviewwithCtrl+Z.[Huawei]user-interfacecon0[Huawei-ui-console0]auth[Huawei-ui-console0]authentication-modepasswordPleaseconfiguretheloginpassword(maximumlength16):Hu......
  • 双通道3G/14bit采集+双通道12.6G/16bit回放卡
    UDFMC-704 双通道接收+双通道发射FMC模块满足VITA57.1单宽、导冷规范。模块ADC支持进口AD9689-2000、AD9689-2600、AD6688、AD9208或国产GMS018采集芯片,DAC支持AD9171/AD9172/AD9173/AD9174/AD9175/AD9176回放芯片,输入支持直流或交流耦合方式,输出支持选配放大器。FMC子卡还支持......
  • 双通道3G/14bit采集+双通道12.6G/16bit回放卡
     UDFMC-704 双通道接收+双通道发射FMC模块满足VITA57.1单宽、导冷规范。模块ADC支持进口AD9689-2000、AD9689-2600、AD6688、AD9208或国产GMS018采集芯片,DAC支持AD9171/AD9172/AD9173/AD9174/AD9175/AD9176回放芯片,输入支持直流或交流耦合方式,输出支持选配放大器。FMC子卡还......
  • Vm虚拟机安装 黑苹果系统(提供获取最新版本的下载渠道): 免费版本:如 12.6.3 付费版本:ma
    目录一:安装系统环境相关程序下载1、系统安装包iso下载地址:2、Mac虚拟机插件下载地址:3、vm虚拟机安装二、Vm安装黑苹果虚拟机系统1、运行环境:2、安装过程解锁工具3、创建虚拟机4、修改Mac的虚拟机的配置信息5、安装苹果虚拟机系统 正文一:安装系统环境相关程序下载1、系统安......
  • Docker+harbor+rancher2.6.3部署springboot项目
    1、在pom的文件中添加以下配置<build><finalName>${project.artifactId}</finalName><plugins><plugin><groupId>com.spotify</groupId><artifactId>docker-maven-plugin</artifactId......