From fc963f7630af9a06f6de834b6b97db4c6aa99f77 Mon Sep 17 00:00:00 2001 From: Stefanie Eckner Date: Fri, 27 Mar 2020 07:45:40 +0100 Subject: Zahlen.py: chmod +x, shebang --- Zahlen.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 Zahlen.py diff --git a/Zahlen.py b/Zahlen.py old mode 100644 new mode 100755 index 3a0417b..f31fd6c --- a/Zahlen.py +++ b/Zahlen.py @@ -1,7 +1,9 @@ +#!/bin/python + from random import random,choice from termcolor import colored -userlist = {'K':{'+':(99,99,0,200),'-':(30,10,0,20),'*':(10,10,0,26)},'F':{'+':(5,5,0,10)}} +userlist = {'K':{'+':(30,30,0,50),'-':(50,10,0,20),'*':(10,10,0,36)},'F':{'+':(5,5,0,10)}} def erstelle_Aufgabe(typ,bedtupel): a = round(bedtupel[0]*random()) -- cgit v1.2.3-54-g00ecf