Using python im trying to create a code that follows these specifications below
A Picologo program consists of zero or more commands ending with the x command. Any input following an x command is ignored. The Picologo commands sre processed in the order in which they appear.
Picologo programs may also contain blank, zero-length lines that should be skipped and do not otherwise affect processing of the Picologo program.
A nonblank line will contain exactly one Picologo command. A picologo command may be one of the following:
Comments