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

6 lines
52 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
>>> 3
3
>>> _*_, _**0.5
(9, 1.7320508075688772)
>>>