Answer:
name = input("Enter name: ")
droids = int(input("How many droids you want to meet? "))
wookies = int(input("How many Wookies you want to meet? "))
print(name + " wants to meet " + str(droids) + " droids, and " + str(wookies) + " Wookies")
Explanation:
*The code is in Python.
Ask the user to enter the name, number of the droids and number of the Wookies
Print the name, number of the droids, and number of the Wookies
Note that while getting the input for the droids and wookies, you need to typecast the input the int (Since the values are int). Also, to print these variables, you need to typecast them as string in that format.
in cloud storage we can save data online
Answer:
B.
Explanation:
Go to the Borders and Shading option, click the Shading tab, and click the color under the Fill option.
Answer:
La filosofía es una disciplina intelectual que estudia críticamente las cuestiones más básicas de la humanidad y la naturaleza. Preguntas fundamentales de la filosofía son, entre otras, las siguientes:
-¿Existe alguna realidad fuera de mis pensamientos?
-¿Qué es el conocimiento?
-¿Qué es la verdad?
-¿Qué hace que una acción sea valiosa?
-¿Los humanos y los animales tienen valor y son iguales o diferentes?
-¿Qué es el tiempo?
Así, el planteamiento y reflexión de este tipo de preguntas son claros ejemplos de actitud filosfófica.