Answer:
I believe you need a internet connection for that or try a Hotspot that can work too.
Yes, because it can cause fires and electrical problems
Answer:
Explanation:
The following code is written in Python. It is a function called guessMyNumber and like requested creates a random number and saves it to secretNumber. Then it continuously asks the user for their guess and compares it to the secret number. If the guess is correct it exits the loop otherwise it will continue to ask for a new guess.
import random
def guessMyNumber():
secretNumber = random.randint(1, 10)
print(secretNumber)
while True:
guess = input("Enter your guess: ")
guess = int(guess)
if (guess == secretNumber):
print("Congratulations you guessed correctly")
Answer:
The technical risk basically occur due to some possible impact modification in the system and due to some technical problem or issue in the entire infrastructure.
Human risk are mainly occur due to the human interference. The technical and human risks are the two main types of risks for ticktacktoe game.
The different types of risks that occur are as follows:
- The operational risk
- Strategic risk
- Compliance risk
- Program risk