ICT Worksheet STD X - Unit 4 - 1 - Spandanam
ICT Worksheet STD X - Unit 4 - 1 - Spandanam
ICT Worksheet STD X - Unit 4 - 1 - Spandanam
Save and Run Save the programme (File→Save) with a name(Say: square.py) in
your folder.
To run the programme Click Run→Run Module or press F5
Creating a Triangle Type the commands
from turtle import*
for i in range(3)
forward(100)
right(120)
Save (Triangle.py) and Run the module as mentioned above.