Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Aug 19, 2021
1 parent 347932c commit 80f5c7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tuple1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#creating a tuple to store mixed value
mix = (1250,560.90,'IN@20',455,"Udr#Smart",
(1101,"sanju",1240),121.345,'''Tech$ US''')
print(mix)
for item in mix:
print(item)

0 comments on commit 80f5c7c

Please sign in to comment.