Run ❯
Get your
own Python
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#Use "%" to convert the number into a percentage format: txt = f"You scored {0.25:%}" print(txt) #Or, without any decimals: txt = f"You scored {0.25:.0%}" print(txt)
You scored 25.000000%
You scored 25%