AaronButWeird Posted June 28 Share Posted June 28 for some reason, minehut won't let me switch my server software to spigot Link to comment Share on other sites More sharing options...
0 GWTMMYT Posted July 10 Share Posted July 10 same I have a spigot server but i need to update IT but I cant Link to comment Share on other sites More sharing options...
0 GWTMMYT Posted July 10 Share Posted July 10 print('Welcome to AskPython Quiz') answer=input('Are you ready to play the Quiz ? (yes/no) :') score=0 total_questions=3 if answer.lower()=='yes': answer=input('Question 1: What is my Favourite programming language?') if answer.lower()=='python': score += 1 print('correct') else: print('Wrong Answer :(') answer=input('Question 2: Do I follow any author on AskPython? ') if answer.lower()=='yes': score += 1 print('correct') else: print('Wrong Answer :(') answer=input('Question 3: What is the name of my favourite website for learning Python?') if answer.lower()=='askpython': score += 1 print('correct') else: print('Wrong Answer :(') print('Thankyou for Playing this small quiz game, you attempted',score,"questions correctly!") mark=(score/total_questions)*100 print('Marks obtained:',mark) print('BYE!') random game  Link to comment Share on other sites More sharing options...
0 GWTMMYT Posted July 11 Share Posted July 11 WHY?????????????????????/ Â Link to comment Share on other sites More sharing options...
Question
AaronButWeird
for some reason, minehut won't let me switch my server software to spigot
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now