mengembalikan fungsi bentuk tupel dalam python

# This is a common practice
def your_function():
    return 1, 2
Rajitha Amarasinghe