Answers for "print subscript and superscript python"

0

print subscript and superscript python

# subscript
print(u'Hu2082SOu2084')  # H₂SO₄
  
# superscript
print("xu00b2 + yu00b2 = 2")  # x² + y² = 2
Posted by: Guest on January-24-2022

Code answers related to "print subscript and superscript python"

Python Answers by Framework

Browse Popular Code Answers by Language