Lab PygLatin

Today in the lab we learn about the conditionals & control flow.  we assign True or false on the boolean in the lab using the comparators such as ==, !=, >, >=, and <=  .   And for the boolean operators such as And , Or , Not , This and That (or this ,But Not That!)  For the PygLatin you just using the technique we pratice in the conditional & control flow and  apply on it the result we got is if input is “happy” it will return “appyhay”.

 

 

 

 

 

 

 

 

 

 

89 90 91 92 93 94 95 96 97 98 99

Comments are closed.