Answer:
Here you go, Change it however you'd like :)
Explanation:
import random as r
def play_round(p1, p2):
cards = [1,2,3,4,5,6,7,8,9,10,"J","Q","K","A"]
play1 = r.choice(cards)
play2 = r.choice(cards)
while play1 == play2:
play1 = r.choice(cards)
play2 = r.choice(cards)
if cards.index(play1) > cards.index(play2):
return f"{p1}'s Card: {play1}\n{p2}'s Card: {play2}\nThe Winner is {p1}"
else:
return f"{p1}'s Card: {play1}\n{p2}'s Card: {play2}\nThe Winner is {p2}"
print(play_round("Bob","Joe"))
Answer:
Farah has completed a post-secondary education program and is now ready to begin working, without additional training, on her first day .
Explanation: HoPe ThIs HeLpS
Answer:
A device is indeed a computer unit that can relay a signal throughout the phone, any contact cable or wirelessly. A modem is the best illustration of such a device of communication.
Explanation:
A device that transforms a computer's signals and transmits data over cell towers, known as Modem.
It stands for "Modulator and Demodulator" and are of two types such as: Internal and External. It is being used for accessing the site that modulates carrier tides to encode the transmitting data as well as demodulates arriving waves to decode the documentation they hold.
Other means of communication shall include:
- Routers.
- Hub.
- Switch.
- Bridge.
- Network cards.
So, it's the right answer.
The flashing yellow light indicates that people should be aware of other cars and turn carefully. To be more safe, you should slightly slow down, make sure all signals that should be on are on, and you should drive very carefully.
Answer:
Due to unreachable DHCP server
Explanation:
As we know that Dynamic Host Configuration Protocol, in short DHCP is the network protocol which is used to central and automatic management of IP address with in the network.
So due to unreachable DHCP server a student could not able to connect with the internet.When the network connection break it means that DHCP server is offline.
So the answer is Due to unreachable DHCP server .