Answer:
If a museum charges different prices based on the day of the week and age of the visitor. The pricing rules are shown below.
- On Tuesday and Thursday children 10 and under get in free ($ 0).
- For all other days and ages the cost is ten dollars ($ 10).
The code in python is;
if (day == 'Tuesday' or day == 'Thursday') and age <= 10:
price = 0
else:
price = 10
Explanation:
The logic of the algorithm suggests that that the conditional if-statement assigns zero to the price variable if the day variable is either Tuesday or Thursday and the child's age is 10 or below but assigns 10 to the price variable if the condition is not met.
It has happened to me before. i think it’s just because someone is already typing an answer maybe ♀️ or try restarting the app and get back on it. might be jus a glitch from the app but either way hope you get it fixed :)
Answer:
1 - Is up to date
2 - explains sources of data
3 - is an educational website
6 - will not share personal information
7 - has articles written by experts
Gamma rays are not used for communication.
-- We have no safe way to generate them.
-- We have no cheap way to detect them.
-- We have no way to impress information on them (modulate them).
-- They're dangerous.
Otherwise they're ideal for communication.
Answer:
people are so confusing nowadays... Mr. Kopin told me to get him a coffee. I'm not his servant!
Explanation: QWERTY Q=P A=L Z=M and the others are what is to the left of them.