May 28, 2025
print("I like pizza")#: Used for notes within the codeint(), float(), str(), bool()input() function to accept user dataintcapitalize(), upper(), lower()import math for mathematical constants and functionsif, else, and elif for decision makingwhile and for loops for iterationbreak and continue to control loop execution