Computers and Technology
05.01.2020 10:55
157
454
4
Solved by an expert

Depending on your game mechanic, you may be able to test it without writing a single

Depending on your game mechanic, you may be able to test it without writing a single line of code. Sometimes a paper game is enough to replicate a video game and is the simplest prototype we could build. However, it's likely that until you start learning how to develop a video game yourself (soon!), you won't be able to test your game mechanic with real user tests. Imagine you have already carried out your user tests, and the game mechanic did not get good reviews. A diverse group of users were bored, calling it a ‘one trick pony,' ‘easy,' and ‘pretty lame.' Let your critics know you've heard them and summarize their feedback so that they know you understand. Reach out to them and let them know how you will iterate on your game mechanic based upon their feedback. Write an updated plan for your game mechanic, and explain how it addresses the issues that were reported by your make-believe testers.
Show Answers
elawnnalewis3568
elawnnalewis3568
4,6(56 marks)

def zipZapZop():

   number = int(input("Enter the number: "))

   dictionary = {3: "zip", 5: "zap", 7: "zop"}

   amount = 0 #amount of non-divisible numbers by 3, 5 and 7

   for key, value in dictionary.items():

       if(number%key == 0): #key is the number

           print(value) #value can be or zip, or zap, or zop

       else: amount += 1 #the number of "amount" increases every time, when the number is not divisible by 3, or 5, or 7

   if(amount == 3): print(number)    #if the number is not by any of them, then we should print the number

zipZapZop()

Popular Questions about the subject: Computers and Technology

Observe the following output and write the complete HTML-CSS code...
Computers and Technology
01.07.2020 14:19
When you login to your blogging account. The first screen with all...
Computers and Technology
26.11.2022 03:20
Help me please help me helping me is good help me...
Computers and Technology
25.08.2022 16:58
Pls help help me is good help me helping is very good...
Computers and Technology
01.09.2022 01:18
7.3 Code Practice edhesive Write a function named print_sum that...
Computers and Technology
14.07.2020 04:12
What is the address range between 0 and 64k in mips (k=1024) 0 and...
Computers and Technology
12.02.2022 01:05
3. if the typical balance on lucy s credit card is $750 and the interest...
Computers and Technology
27.05.2022 21:34
Files are organized and controlled by: put a b c or d a. the file...
Computers and Technology
13.04.2023 10:31
The student_data spreadsheet contains a column called student_name,...
Computers and Technology
27.06.2021 15:08

New questions by subject

There are 20 stitches per panel on a soccer ball. a soccer ball has...
Mathematics
30.01.2022 12:09
Find the area of the shape shown below....
Mathematics
03.12.2021 18:05
What is the rate of change for f(x)=-2cos4x-3 on the interval from...
Mathematics
24.12.2020 03:48
What problems spurred reform in the area of education?...
History
06.10.2021 23:37
The maximum speed is 45 miles per hour and the minimum speed is 35...
Mathematics
16.03.2023 03:27
Least amount of significant figures to the right of the decimal if...
Mathematics
21.09.2022 08:05
You scored 18 out of the 60 points scored by your team. what percent...
Mathematics
09.11.2022 14:03
In the early months of some year once i added 0.5 million new accounts...
Mathematics
09.11.2021 17:07
#
#
#
#
# #

We expand our knowledge with many expert answers