Glossary: Glossary — Python 3.12.2 documentation

print() has sep= and end= arguments, first changes separator and second changes end of line behavior (make it empty"" and there will be no new line)

square root is counted with ** operator or math module sqrt() method