PythonPound = "Kommentar" PythonPercent = "Modulo" Python1J = "Imaginäres i" PythonLF = "Zeilenvorschub" PythonTab = "Tabulator" PythonAmpersand = "Bitweise und" PythonSymbolExp = "Bitweise exklusiv oder" PythonVerticalBar = "Bitweise oder" PythonImag = "Imaginärteil von z" PythonReal = "Realteil von z" PythonSingleQuote = "Einfaches Anführungszeichen" PythonAbs = "Absolute/r Wert/Größe" PythonAcos = "Arkuskosinus" PythonAcosh = "Hyperbelkosinus" PythonAppend = "Add x to the end of the list" PythonArrow = "Arrow from (x,y) to (x+dx,y+dy)" PythonAsin = "Arkussinus" PythonAsinh = "Hyperbelsinus" PythonAtan = "Arkustangens" PythonAtan2 = "Gib atan(y/x)" PythonAtanh = "Hyperbeltangens" PythonAxis = "Set axes to (xmin,xmax,ymin,ymax)" PythonBar = "Draw a bar plot with x values" PythonBin = "Ganzzahl nach binär konvertieren" PythonCeil = "Aufrundung" PythonChoice = "Zufallszahl aus der Liste" PythonClear = "Empty the list" PythonCmathFunction = "cmath-Modul-Funktionspräfix" PythonColor = "Definiere eine RGB-Farbe" PythonColorBlack = "Black color" PythonColorBlue = "Blue color" PythonColorBrown = "Brown color" PythonColorGray = "Gray color" PythonColorGreen = "Green color" PythonColorOrange = "Orange color" PythonColorPink = "Pink color" PythonColorPurple = "Purple color" PythonColorRed = "Red color" PythonColorWhite = "White color" PythonColorYellow = "Yellow color" PythonComplex = "a+ib zurückgeben" PythonCopySign = "Return x with the sign of y" PythonCos = "Kosinus" PythonCosh = "Hyperbolic cosine" PythonCount = "Count the occurrences of x" PythonDegrees = "Convert x from radians to degrees" PythonDivMod = "Quotient and remainder" PythonDrawString = "Display a text from pixel (x,y)" PythonErf = "Error function" PythonErfc = "Complementary error function" PythonEval = "Return the evaluated expression" PythonExp = "Exponential function" PythonExpm1 = "Compute exp(x)-1" PythonFabs = "Absolute value" PythonFillRect = "Fill a rectangle at pixel (x,y)" PythonFloat = "Convert x to a float" PythonFloor = "Floor" PythonFmod = "a modulo b" PythonFrExp = "Mantissa and exponent of x: (m,e)" PythonGamma = "Gamma function" PythonGetPixel = "Return pixel (x,y) color" PythonGetrandbits = "Integer with k random bits" PythonGrid = "Toggle the visibility of the grid" PythonHex = "Convert integer to hexadecimal" PythonHist = "Draw the histogram of x" PythonImportCmath = "Import cmath module" PythonImportIon = "Import ion module" PythonImportKandinsky = "Import kandinsky module" PythonImportRandom = "Import random module" PythonImportMath = "Import math module" PythonImportMatplotlibPyplot = "Import matplotlib.pyplot module" PythonImportTime = "Import time module" PythonImportTurtle = "Import turtle module" PythonIndex = "Index of the first x occurrence" PythonInput = "Prompt a value" PythonInsert = "Insert x at index i in the list" PythonInt = "Convert x to an integer" PythonIonFunction = "ion module function prefix" PythonIsFinite = "Check if x is finite" PythonIsInfinite = "Check if x is infinity" PythonIsNaN = "Check if x is a NaN" PythonIsKeyDown = "Return True if the k key is down" PythonKandinskyFunction = "kandinsky module function prefix" PythonKeyLeft = "LEFT ARROW key" PythonKeyUp = "UP ARROW key" PythonKeyDown = "DOWN ARROW key" PythonKeyRight = "RIGHT ARROW key" PythonKeyOk = "OK key" PythonKeyBack = "BACK key" PythonKeyHome = "HOME key" PythonKeyOnOff = "ON/OFF key" PythonKeyShift = "SHIFT key" PythonKeyAlpha = "ALPHA key" PythonKeyXnt = "X,N,T key" PythonKeyVar = "VAR key" PythonKeyToolbox = "TOOLBOX key" PythonKeyBackspace = "BACKSPACE key" PythonKeyExp = "EXPONENTIAL key" PythonKeyLn = "NATURAL LOGARITHM key" PythonKeyLog = "DECIMAL LOGARITHM key" PythonKeyImaginary = "IMAGINARY I key" PythonKeyComma = "COMMA key" PythonKeyPower = "POWER key" PythonKeySine = "SINE key" PythonKeyCosine = "COSINE key" PythonKeyTangent = "TANGENT key" PythonKeyPi = "PI key" PythonKeySqrt = "SQUARE ROOT key" PythonKeySquare = "SQUARE key" PythonKeySeven = "7 key" PythonKeyEight = "8 key" PythonKeyNine = "9 key" PythonKeyLeftParenthesis = "LEFT PARENTHESIS key" PythonKeyRightParenthesis = "RIGHT PARENTHESIS key" PythonKeyFour = "4 key" PythonKeyFive = "5 key" PythonKeySix = "6 key" PythonKeyMultiplication = "MULTIPLICATION key" PythonKeyDivision = "DIVISION key" PythonKeyOne = "1 key" PythonKeyTwo = "2 key" PythonKeyThree = "3 key" PythonKeyPlus = "PLUS key" PythonKeyMinus = "MINUS key" PythonKeyZero = "0 key" PythonKeyDot = "DOT key" PythonKeyEe = "10 POWER X key" PythonKeyAns = "ANS key" PythonKeyExe = "EXE key" PythonLdexp = "Return x*(2**i), inverse of frexp" PythonLength = "Length of an object" PythonLgamma = "Log-gamma function" PythonLog = "Logarithm to base a" PythonLog10 = "Logarithm to base 10" PythonLog2 = "Logarithm to base 2" PythonMathFunction = "math module function prefix" PythonMatplotlibPyplotFunction = "matplotlib.pyplot module prefix" PythonMax = "Maximum" PythonMin = "Minimum" PythonModf = "Fractional and integer parts of x" PythonMonotonic = "Value of a monotonic clock" PythonOct = "Convert integer to octal" PythonPhase = "Phase of z" PythonPlot = "Plot y versus x as lines" PythonPolar = "z in polar coordinates" PythonPop = "Remove and return the last item" PythonPower = "x raised to the power y" PythonPrint = "Print object" PythonRadians = "Convert x from degrees to radians" PythonRandint = "Random integer in [a,b]" PythonRandom = "Floating point number in [0,1[" PythonRandomFunction = "random module function prefix" PythonRandrange = "Random number in range(start,stop)" PythonRangeStartStop = "List from start to stop-1" PythonRangeStop = "List from 0 to stop-1" PythonRect = "Convert to cartesian coordinates" PythonRemove = "Remove the first occurrence of x" PythonReverse = "Reverse the elements of the list" PythonRound = "Round to n digits" PythonScatter = "Draw a scatter plot of y versus x" PythonSeed = "Initialize random number generator" PythonSetPixel = "Color pixel (x,y)" PythonShow = "Display the figure" PythonSin = "Sine" PythonSinh = "Hyperbolic sine" PythonSleep = "Suspend the execution for t seconds" PythonSort = "Sort the list" PythonSqrt = "Square root" PythonSum = "Sum the items of a list" PythonTan = "Tangent" PythonTanh = "Hyperbolic tangent" PythonText = "Display a text at (x,y) coordinates" PythonTimeFunction = "time module function prefix" PythonTrunc = "x truncated to an integer" PythonTurtleBackward = "Move backward by x pixels" PythonTurtleCircle = "Circle of radius r pixels" PythonTurtleColor = "Set the pen color" PythonTurtleColorMode = "Set the color mode to 1.0 or 255" PythonTurtleForward = "Move forward by x pixels" PythonTurtleFunction = "turtle module function prefix" PythonTurtleGoto = "Move to (x,y) coordinates" PythonTurtleHeading = "Return the current heading" PythonTurtleHideturtle = "Hide the turtle" PythonTurtleIsdown = "Return True if the pen is down" PythonTurtleLeft = "Turn left by a degrees" PythonTurtlePendown = "Pull the pen down" PythonTurtlePensize = "Set the line thickness to x pixels" PythonTurtlePenup = "Pull the pen up" PythonTurtlePosition = "Return the current (x,y) location" PythonTurtleReset = "Reset the drawing" PythonTurtleRight = "Turn right by a degrees" PythonTurtleSetheading = "Set the orientation to a degrees" PythonTurtleSetposition = "Positionne la tortue" PythonTurtleShowturtle = "Show the turtle" PythonTurtleSpeed = "Drawing speed between 0 and 10" PythonTurtleWrite = "Display a text" PythonUniform = "Floating point number in [a,b]"