Currently Empty: $0.00
Introduction To Syllabus
0/3
Relation of Real Life and Programming
0/7
Stages of Programming
0/14
Dealing with Constructs
0/24
Question Set 3
0/3
Concept of Validations
0/6
Question Set 4
0/2
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