Lucky number
Definition of lucky number: the sum of the first three digits equals the sum of the last three digits in a number.
Terror-P 發表在 痞客邦 留言(0) 人氣()
sort 是無序不重覆元素
Terror-P 發表在 痞客邦 留言(0) 人氣()
Terror-P 發表在 痞客邦 留言(0) 人氣()
Terror-P 發表在 痞客邦 留言(0) 人氣()
Terror-P 發表在 痞客邦 留言(0) 人氣()
Terror-P 發表在 痞客邦 留言(0) 人氣()
Terror-P 發表在 痞客邦 留言(0) 人氣()
Please do temperature conversion. Given a Celsius temperature, please change it to Fahrenheit
F=9/5*C+32
C=5/9(F-32)
Terror-P 發表在 痞客邦 留言(0) 人氣()
Write a Python program which accepts the radius of a circle from the user and compute the area.
Terror-P 發表在 痞客邦 留言(0) 人氣()
Given weight and height of a person, calculate BMI
BMI=w/(h*h)
Terror-P 發表在 痞客邦 留言(0) 人氣()