Challenge1 50
Challenge1 50
#vowels = ["a","e","i","o","u"]
#word = input("enter a word")
#i=0
#con = False
#while con == False:
# if word[i] in vowels:
# i = i+1
# else:
# word = word[i].pop()
# word = word.append(word[i])
# con == True
#i=0
#if word[i] in vowels:
# word = word.append(way)
#else:
# word = word.append(ay)
#print(word.lower())
#import math
#num = int(input("enter a number over 500"))
#num = math.sqrt(num)
#print(round(num,2))
#import math
#pi = math.pi
#print(round(pi,5))
#import math
#radius = int(input("enter a radius"))
#pi = math.pi
#area = pi * radius**2
#print(area)
#import math
#radius = int(input("enter a radius"))
#depth = int(input("enter a depth"))
#pi = math.pi
#volume = pi * radius**2 * depth
#print(round(volume,3))
#totalto0 = 0
#for i in range(1,6,1):
# num1 = int(input("enter a number"))
# choice = input("do u want this number added")
# if choice == "yes":
# totalto0 = totalto0+num1
# else:
# totalto0 = totalto0
#print(totalto0)
#total =0
#while total <= 50:
# num1 = int(input("enter a number"))
# total = total + num1
# print("the total is",total)
#count = 1
#name = input("who do you want to invite")
#print(name,"has been invited")
#choice = input("do you want to invite anyone else")
#while choice == "yes":
# count = count+1
# name = input("who do you want to invite")
# print(name,"has been invited")
# choice = input("do you want to invite anyone else")
#print("you have invited ",count,"people")
#compnum = 50
#count=1
#num1 = int(input("enter a number"))
#while num1 != compnum:
# if num1 <compnum:
# print("too low")
# count = count +1
# num1 = int(input("enter a number"))
# else:
# print("too high")
# num1 = int(input("enter a number"))
#print("well done it took you",count,"attempts")
#num =10
#while num !=0:
# print("there are",num,"green bottles hanging on the wall",num,"green bottles
hanging on the wall and if 1 green bottle should accidentaly fall")
# num = int(input("how many green bottles will be hanging on the wall?"))
# if num == num -1:
# print("there are",num,"green bottles hanging on the wall",num,"green
bottles hanging on the wall and if 1 green bottle should accidentaly fall")
# num = int(input("how many green bottles will be hanging on the wall?"))
# else:
# print("No, try again")
# num = int(input("how many green bottles will be hanging on the wall?"))
#print("there are no more green bottles hanging on the wall")