- 2
What wrong
print " \033[31mLocation Tracking\033[0m ".center(105, "#")
3 Answers
+ 5
Even if you mention python in a tag, this is not a valid python code. What do you expect as outtput? Please give us a sample and tell us, what this code should achieve. Thanks!
+ 2
Lothar it's perfectly valid python2 code ;)
Akram Barkat
1) code playground require python3 code... you must write:
print(" \033[31mLocation Tracking\033[0m ".center(105, "#"))
2) but code playground doesn't handle colorated text output ^^
+ 1
what wrong