Test_quiz_Fest

Name:
Enter Your College Full Registration Number
Philology is the
study of bones
study of muscles
study of architecture
science of languages
The 2006 World Cup Football Tournament held in
France
Japan
Germany
Jamaica
Rabindranath Tagore receive Nobel Prize in 1913 in the field of
Physics
Peace
Literature
Economy
Super conductivity is a phenomenon in which the resistance of a substance
increases with temperature
decreases with temperature
does not change with temperature
becomes zero at very low temperature
Your Rating on this quiz....
# take input from the user
num = int(input("Enter a number: "))
# initialize sum
sum = 0
# find the sum of the cube of each digit
temp = num
while temp > 0:
digit = temp % 10
sum += digit ** 3
temp //= 10
# display the result
if num == sum:
print(num,"is an Armstrong number")
else:
print(num,"is not an Armstrong number")
a
b
c
d
{"name":"Test_quiz_Fest", "url":"https://www.quiz-maker.com/QC5SSH7DQ","txt":"Name:, Enter Your College Full Registration Number, Philology is the","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}