From 4e1abd4391ed786a35f80cbaa704b7bd0a19768c Mon Sep 17 00:00:00 2001 From: "Lakshmipathi.G" Date: Mon, 15 Feb 2016 01:40:37 +0530 Subject: [PATCH] basic calculator --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4029af..f62cca9 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,11 @@ Notes: - For running a command with privileges, use `sudo` (for root) or `sudo -u` (for another user). Use `su` or `sudo bash` to actually run a shell as that user. Use `su -` to simulate a fresh login as root or another user. +- For a basic calculator (and of course access to Python in general), use `python` interpreter. For example, +``` +>>> 2+3 +5 +``` ## Processing files and data