This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import svgwrite | |
| import math | |
| import sys | |
| hours = input("Give the hours: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 or 12: ") | |
| hours = int(hours) | |
| print(hours) | |
| minutes = input("Give the minutes: 0, 5, 10, 15, 20, 25, 30, 35, 40, 45 or 55: ") | |
| minutes = int(minutes) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding: utf-8 | |
| import random | |
| from random import shuffle | |
| kaalit = { | |
| 1:"M1A_07_002.png", | |
| 2:"M1A_07_001.png", | |
| 3:"M1A_02_007.png", | |
| 4:"M1A_02_008.png", | |
| 5:"M1A_02_009.png" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| while(len(remedial) < 10): | |
| new = ["0","1","2","3","4","5","6"] | |
| random_i = random.randint(0,6) | |
| random_j = random.randint(0,6) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| kaalit = { | |
| 1:"M1A_07_002.png", | |
| 2:"M1A_07_001.png", | |
| 3:"M1A_02_007.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding:utf-8 | |
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| kaalit = { | |
| 1:"M1A_07_002.png", | |
| 2:"M1A_07_001.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coding:utf-8 | |
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| kaalit = { | |
| 1:"M1A_07_002.png", | |
| 2:"M1A_07_001.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| base_jakaja = [] | |
| remedial = [] | |
| remedial_jakaja = [] | |
| enrichment = [] | |
| enrichment_jakaja = [] | |
| numerot_palikkoina = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| base_jakaja = [] | |
| remedial = [] | |
| remedial_jakaja = [] | |
| enrichment = [] | |
| enrichment_jakaja = [] | |
| numerot_palikkoina = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| numerot_palikkoina = { | |
| 1:"M3A_02_001.png", | |
| 2:"M3A_02_002.png", | |
| 3:"M3A_02_003.png", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import random | |
| base = [] | |
| remedial = [] | |
| enrichment = [] | |
| numerot_palikkoina = { | |
| 1:"M3A_02_001.png", | |
| 2:"M3A_02_002.png", | |
| 3:"M3A_02_003.png", |
NewerOlder