Python onliners from terminal

From cod3v
Revision as of 09:42, 10 January 2022 by Mol (talk | contribs) (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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.