原文:python基本输入输出,摄氏温度与华氏温度的转换

name input 请输入类型: name input 请输入姓名: name input 请输入地方: print 这是一个 的故事 n 是一个开朗的人。她每天开开心心地去 学习。 .format name ,name ,name input press any key... coding: UTF 输入温度 a float input 请输入摄氏温度: b float input 请输入华 ...

2018-09-03 10:27 0 11435 推荐指数:

查看详情

华氏温度摄氏温度的相互转换

#include <iostream>using namespace std; // 华氏温度摄氏温度转换(封装成函数)// 1. 华氏温度(Fahrenheit degree)转摄氏温度(Celsius) void FtoC(float tetemperature ...

Sat Jan 04 23:53:00 CST 2020 0 729
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM