This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel/yap_ipython/testing/plugin/simplevars.py

3 lines
23 B
Python
Raw Normal View History

2018-01-05 17:13:37 +00:00
x = 1
print('x is:',x)