|
| 1 | +print "is", 2*2 |
| 2 | +print("is", 2*2) |
| 3 | +print x, |
| 4 | +print(x, end=" ") |
| 5 | +print |
| 6 | +print() |
| 7 | +print >>sys.stderr, "er" |
| 8 | +print("er", file=sys.stderr) |
| 9 | +print (x, y) |
| 10 | +print((x, y)) |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +print : source.python, support.function.builtin.python |
| 15 | + : source.python |
| 16 | +" : source.python, string.quoted.double.python |
| 17 | +is : source.python, string.quoted.double.python |
| 18 | +" : source.python, string.quoted.double.python |
| 19 | +, : source.python |
| 20 | +2 : constant.numeric.dec.python, source.python |
| 21 | +* : keyword.operator.python, source.python |
| 22 | +2 : constant.numeric.dec.python, source.python |
| 23 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 24 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 25 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 26 | +is : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 27 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 28 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 29 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 30 | +2 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 31 | +* : keyword.operator.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 32 | +2 : constant.numeric.dec.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 33 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 34 | +print : source.python, support.function.builtin.python |
| 35 | + x, : source.python |
| 36 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 37 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 38 | +x : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 39 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 40 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 41 | +end : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.pyhton |
| 42 | += : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 43 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 44 | + : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 45 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 46 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 47 | +print : source.python, support.function.builtin.python |
| 48 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 49 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 50 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 51 | +print : source.python, support.function.builtin.python |
| 52 | + : source.python |
| 53 | +>> : keyword.operator.python, source.python |
| 54 | +sys.stderr, : source.python |
| 55 | +" : source.python, string.quoted.double.python |
| 56 | +er : source.python, string.quoted.double.python |
| 57 | +" : source.python, string.quoted.double.python |
| 58 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 59 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 60 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 61 | +er : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 62 | +" : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.double.python |
| 63 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 64 | + : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 65 | +file : meta.function-call.arguments.python, meta.function-call.python, source.python, variable.parameter.function-call.pyhton |
| 66 | += : keyword.operator.assignment.python, meta.function-call.arguments.python, meta.function-call.python, source.python |
| 67 | +sys.stderr : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 68 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 69 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 70 | + : meta.function-call.python, source.python |
| 71 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 72 | +x : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 73 | +, : meta.function-call.arguments.python, meta.function-call.python, punctuation.separator.arguments.python, source.python |
| 74 | + y : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 75 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
| 76 | +print : meta.function-call.python, source.python, support.function.builtin.python |
| 77 | +( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python |
| 78 | +( : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 79 | +x, y : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 80 | +) : meta.function-call.arguments.python, meta.function-call.python, source.python |
| 81 | +) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python |
0 commit comments