Browse Source

basic calculator

pull/375/head
Lakshmipathi.G 9 years ago
parent
commit
4e1abd4391
  1. 5
      README.md

5
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 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 ## Processing files and data

Loading…
Cancel
Save