CmathModule = "cmath" IonModule = "ion" KandinskyModule = "kandinsky" MathModule = "math" MatplotlibPyplotModule = "matplotlib.pyplot" TimeModule = "time" TurtleModule = "turtle" ForLoopMenu = "For" IfStatementMenu = "If" WhileLoopMenu = "While" ConditionsMenu = "Conditions" ConditionNot = "not " ConditionOr = "or " ConditionAnd = "and " InferiorCondition = "<=" InferiorConditionWithArg = "x<=y" SuperiorCondition = ">=" SuperiorConditionWithArg = "x>=y" InferiorStrictCondition = "<" InferiorStrictConditionWithArg = "x