Computer Science, asked by Akaahdeep2569, 1 year ago

Can non graphic character are used in python explain how with explain

Answers

Answered by loveyou22
2
Graphics make programming more fun for many people. To fully introduce graphics would involve many ideas that would be a distraction now. This section introduces a simplified graphics module developed by John Zelle for use with his Python Programming book. My slight elaboration of his package is graphics.pyin the example programs.

Warning

 

It is particularly important in Microsoft Windows with the graphics not to open Idle from the Start menu. Graphics will fail. Use one of the following two methods.

Warning

 

To work on the most systems, this version of graphics.py cannot be used from the Idle shell. There is an issue with the use of multiple threads of execution. The video for this revised section was uploaded Aug 17, 2012: Any earlier version is completely out of date.

In Microsoft Windows, have Python version 3.4 or greater and be sure to start Idle in one of two ways:

from the shortcut provided in the examples folder (in the same folder as graphics.py)

or start by right clicking on an existing graphics program file in the same folder to get a context menu and choose Open With Idle:.

2.4.1. A Graphics Introduction

Note

 

You will just be a user of thegraphics.py code, so you do not need to understand the inner workings! It uses all sorts of features of Python that are way beyond these tutorials. There is no particular need to open graphics.py in the Idle editor.

Load into Idle and start running example graphIntroSteps.py, or start running from the operating system folder. Each time you press return, look at the screen and read the explanation for the next line(s).

Press return:

Answered by ojaswani74
1
no it can't be used in non graphicpython
Similar questions