Answer:
Explanation:
a = input("what kind of pet the user has")
if a == 'cat':
print("Too bad")
elif a == 'dog':
print("Lucky you!")
B.................................
Answer:
B) prompt
Explanation:
Prompt tells a user that it's ready to receive commands by displaying a specific set of characters.
For example in <em>windows</em> it can be:
C:\Temp>, The prompt states that user is currently in <em>C </em>drive <em>Temp</em> directory.
in <em>Linux </em>based operating systems it can be:
[email protected]:~/Documents$
where it is in the format [email protected]:~directory$
Answer:
Kg to g, multiply by 1000
Therefore, 5 Kg = 5000 gms
Explanation: