Answer:
He meant that you a USB drive in case your computer broke
Answer:
import random
number1 = random.randrange(0, 1000)
number2 = random.randrange(0, 1000)
answer = int(input("Enter a number: "))
if answer == number1 + number2:
print("Your answer is correct")
else:
print("Your answer is not correct")
Explanation:
The code is in Python
Create two integer numbers using random
Ask the user for an input
Check if answer is equal to number1 + number2. If they are equal, print "answer is correct". Otherwise, print "answer is not correct".
Answer:
crtl+u is a shortcut.
Explanation:
Microsoft Windows/KDE/GNOME:
underline
Unix (command line and programs using readline):
Cut text between beginning of line and cursor
The most important characteristic of a hard drive is how much data the hard drive can store, referred to as the storage capacity. A typical internal hard drive for a new desktop computer or laptop has a storage capacity of several hundred gigabytes
Answer:
I hope this helps, this is my first time doing an answer in Brainly.
Explanation:
The game concept will be this, your character, being a green lizard, will jump from platform to platform. Constantly scrolling up with the character, but if you fall behind, it's game over.
If I know anything about smartphones is the the screens are usually tiny, and are very hard to play on. So I will impliment motion controls. If you tilt the screen in the direction you want the lizard to go, it will follow that tilt.
The pros is that it's a lot more easy when developing the game, the cons is that the games are usually super small.