Advertisement
Guest User

Untitled

a guest
Feb 29th, 2024
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. zzyzx@eyearesee:~/p/numpy$ uname -a
  2. Linux eyearesee 5.15.0-73-generic #80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  3. zzyzx@eyearesee:~/p/numpy$ ipython3
  4. Python 3.11.8 (main, Feb 25 2024, 16:39:33) [GCC 11.4.0]
  5. Type 'copyright', 'credits' or 'license' for more information
  6. IPython 7.31.1 -- An enhanced Interactive Python. Type '?' for help.
  7.  
  8. In [1]: def wee():
  9. ...: print("Wee")
  10.  
  11. In [2]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement