0
print('{:>85} '.format("PASS"))

This is working fine, I want to read that 85 from a variable

indent = 85
print('{:>indent} '.format("PASS"))
GOPS
  • 21
  • 3

0 Answers0