Course Content
Computer Science 2010 : Olevel : Free Trail Course

Solve all Questions on your Note book

Q 1: Ask a user for their eye color as input, if the answer is green then call them a “Goblin”, else display “you must be a different type of monster”. write a python code and test it

 

Q 2: Write Python code for the given pseudocode and Test it:

Begin
Read Feel
Read Exercise

If feel = “Sad”AND exercise = “No”Then
Write “Go for a walk, you might feel better”
otherwise
write”Sorry I don’t know how to help”
EndIf
End