Compare commits
No commits in common. "edd13eafef2ecddef3eed238cfad5313214b385f" and "adebf2ddc3a8e4ef0413731f6cc8dbffaa8b950d" have entirely different histories.
edd13eafef
...
adebf2ddc3
|
@ -50,4 +50,4 @@ while y <= höhe:
|
|||
#draw.rectangle((200, 100, 300, 200), fill=(0, 192, 192), outline=(255, 255, 255))
|
||||
# draw.line((350, 200, 450, 100), fill=(255, 255, 0), width=10)
|
||||
|
||||
im.save("F:/MyTrash/Uni/PhantomX/test.png")
|
||||
im.save("C:/Users/Lukas/Desktop/test.png")
|
|
@ -1,12 +0,0 @@
|
|||
import drawsvg as draw
|
||||
import math
|
||||
import random
|
||||
|
||||
|
||||
class Hexagon:
|
||||
def __int__(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
x = 1
|
Loading…
Reference in New Issue