1 parent cbad767 commit 0ad1a80Copy full SHA for 0ad1a80
1 file changed
ternary_operators.rst
@@ -40,7 +40,7 @@ is some sample code:
40
41
fat = True
42
fitness = ("skinny", "fat")[fat]
43
- print("Ali is", fitness)
+ print("Ali is ", fitness)
44
# Output: Ali is fat
45
46
The above example is not widely used and is generally disliked by
0 commit comments