{}

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →
run-icon
main.py
tuple1=("male","22","female","120") tuple2=("others","500","peoples","1000") tuple3=("tuple1" + " " + "tuple2") print(tuple1) print(tuple2) print(tuple3)
Output