How to print a list of tuples with no brackets in Python

前端 未结 4 1324
[愿得一人]
[愿得一人] 2020-12-14 02:41

I\'m looking for a way to print elements from a tuple with no brackets.

Here is my tuple:

mytuple = [(1.0,),(25.34,),(2.4,),(7.4,)]
<
4条回答
提交回复
热议问题