Commit e7b7b3ae authored by ORSU AKHIL's avatar ORSU AKHIL

readme.txt

parent a0522f0d
...@@ -24,5 +24,9 @@ Contribution ...@@ -24,5 +24,9 @@ Contribution
2::100% 2::100%
3::100% 3::100%
Extra credits::
E1 : As Tuples are the lists except that they don't have few attributes compared to lists like append attribute.
So it likely to result in errors when a variable defined as tuple (bla,bla) is appendeded (append attribute called).
E2 : In this case ,a list as member in tuple can be used to append . This works fine because when a member of tuple is called as list then it acts as if like normal free list (free insense that not in tuple) and thus can be appended with elements.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment