Python onliners from terminal: Difference between revisions
From wikiluntti
(Created page with "== Introduction == Use python as a simple calculator. Python is a powerful language which is easy to use. == Theory == Use -c option to use python. Note that print command is necessary.") |
(No difference)
|
Revision as of 19:42, 10 January 2022
Introduction
Use python as a simple calculator. Python is a powerful language which is easy to use.
Theory
Use -c option to use python. Note that print command is necessary.