top of page

More Python stuff

  • jacoblince8
  • Mar 10, 2023
  • 1 min read

I've got some more updates on my Python progress. This first one is for a super complex graphics challenge where I made ghosts from the Pac-Man series. There is a lot of code that goes into the different shapes for this function but using my current knowledge and the provided variables I was able to figure out how to make it work:




The next one is a program that can uses while loops as well as a loop break to asks for user input integer and tells them if it's even or odd. Then when you give it a SENTINAL number (in this case zero) this causes and break to occur and the while loop finishes asking for a number from the user:


I'll have more for you next week.



 
 
 

Comentários


bottom of page