generated from mwc/lab_turtle
	Initial commit
This commit is contained in:
		
							
								
								
									
										11
									
								
								.commit_template
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								.commit_template
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# -----------------------------------------------------------------
 | 
				
			||||||
 | 
					# Write your commit message above this line.
 | 
				
			||||||
 | 
					# 
 | 
				
			||||||
 | 
					# The first line should be a quick description of what you changed.
 | 
				
			||||||
 | 
					# Then leave a blank line. 
 | 
				
			||||||
 | 
					# Then write a few sentences describing one emotion you had 
 | 
				
			||||||
 | 
					# while doing this programming. Describe the situation that led
 | 
				
			||||||
 | 
					# to this emotion.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							
								
								
									
										21
									
								
								drawing.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								drawing.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
				
			|||||||
 | 
					# drawing.py
 | 
				
			||||||
 | 
					# ----------
 | 
				
			||||||
 | 
					# By ______(you!)________
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# This is a drawing of ???.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					from turtle import *
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					forward(100)
 | 
				
			||||||
 | 
					right(360 * 2 / 5)
 | 
				
			||||||
 | 
					forward(100)
 | 
				
			||||||
 | 
					right(360 * 2 / 5)
 | 
				
			||||||
 | 
					forward(100)
 | 
				
			||||||
 | 
					right(360 * 2 / 5)
 | 
				
			||||||
 | 
					forward(100)
 | 
				
			||||||
 | 
					right(360 * 2 / 5)
 | 
				
			||||||
 | 
					forward(100)
 | 
				
			||||||
 | 
					right(360 * 2 / 5)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					input()
 | 
				
			||||||
							
								
								
									
										7
									
								
								poetry.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								poetry.lock
									
									
									
										generated
									
									
									
										Normal file
									
								
							@@ -0,0 +1,7 @@
 | 
				
			|||||||
 | 
					# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
 | 
				
			||||||
 | 
					package = []
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[metadata]
 | 
				
			||||||
 | 
					lock-version = "2.0"
 | 
				
			||||||
 | 
					python-versions = "^3.10"
 | 
				
			||||||
 | 
					content-hash = "17ca553b0bb9298a6ed528dd21e544ca433179192dba32a9920168e1c199d74f"
 | 
				
			||||||
							
								
								
									
										15
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								pyproject.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					[tool.poetry]
 | 
				
			||||||
 | 
					name = "lab_turtle"
 | 
				
			||||||
 | 
					version = "0.1.0"
 | 
				
			||||||
 | 
					description = ""
 | 
				
			||||||
 | 
					authors = ["Chris Proctor <chris@chrisproctor.net>"]
 | 
				
			||||||
 | 
					license = "MIT"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[tool.poetry.dependencies]
 | 
				
			||||||
 | 
					python = "^3.10"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[tool.poetry.dev-dependencies]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[build-system]
 | 
				
			||||||
 | 
					requires = ["poetry-core>=1.0.0"]
 | 
				
			||||||
 | 
					build-backend = "poetry.core.masonry.api"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user