Answers for "check empty tuple python"

0

check empty tuple python

Mytuple=()

if not Mytuple:
  print("the tuple is empty")
Posted by: Guest on September-24-2021

Python Answers by Framework

Browse Popular Code Answers by Language