RosettaCodeData/Task/Topic-variable/Python/topic-variable.py

6 lines
52 B
Python
Raw Normal View History

2015-02-20 00:35:01 -05:00
>>> 3
3
>>> _*_, _**0.5
(9, 1.7320508075688772)
>>>