I'm making some kind of equation. But it's hard to see because the square roots in the equation are calculated and printed out.How can I prevent the square root from being calculated? I hope the square root is not calculated and is output in the form of 2** (0.5)...
python calculate
The questionnaire seems to have entered the programming.
You can make it represented as a string instead of being calculated.
In other words, even if it's an arithmetic expression, if the property is a string, it doesn't do the calculation
print("2**(0.5)", 2**(0.5))
2**(0.5) 1.4142135623730951
It can be expressed as above.
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.