当前位置:首页
> Luz 第2922页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Conversion from lowercase to uppercase
Read an English string from the keyboard, convert it to uppercase, and then output.###Input format:English string, can i…
PROGRAMMING:Output specified drawing
Enter a positive integer (1 ˂ = n ˂ = 7) and output the specified graphics( Tip: use the '*' operator)###Input format:En…
PROGRAMMING:Chicken and rabbit in the same cage (higher education society, exercise 3-7 of Python programming foundation and application)
Chicken and rabbit with the cage problem, from the keyboard to read the number of feet, head, output the number of chick…
PROGRAMMING:Program to read in three integers from the keyboard and output their sum and average value (exercise 3-6, python programming basis and application, Higher Education Society)
The program reads in three integers from the keyboard and outputs their sum and average value. Among them, the average v…
PROGRAMMING:Input the length of the three sides of the triangle and calculate the area of the triangle (exercise 3-8, fundamentals and applications of Python programming, Higher Education Society)
Programming function: input the length of the three sides of the triangle, calculate the area of the triangle, and use t…
PROGRAMMING:Conversion from Fahrenheit temperature to centigrade temperature
Read the Fahrenheit temperature from the keyboard, convert it into Centigrade Temperature and output it to 1 decimal pla…
PROGRAMMING:Calculation of the distance between two points on a plane
Input the coordinates of two points a and B on the plane, (x1, Y1) and (X2, Y2), and complete the following tasks:1. The…
PROGRAMMING:The shortest runway length (higher education society, python programming foundation and application, exercise 3-12)
Assuming that the acceleration of an aircraft is a and the take-off speed is V, the shortest runway length required for…
PROGRAMMING:Conversion from miles to kilometers
Write a program to read the miles, then convert it to kilometers and display the results. A mile is about 1.609 kilomete…
PROGRAMMING:Input the radius of a circle to calculate the circumference, area and surface area of a circle (exercise 3-10, fundamentals and applications of Python programming, Higher Education Society)
Enter the radius of the circle, calculate the circumference, area and surface area of the circle, and keep 3 decimal pla…