Learn practical skills, build real-world projects, and advance your career
project_name='python-practice-assignment'
name='ahmed hatem'
age=23
has_android_phone = True
name, age, has_android_phone
('ahmed hatem', 23, True)