Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.

How is this incorrect? It says invalid syntax

0 votes
This is exercise #7 in Python Lists/Tuples II.  As you can see, I copied it exactly the same.


Tuples Operations

[Tuples are immutable sequences so you can't perform add, update or delete]
numbers=('one', 'two', 'three', 'four', 'five'); print max(numbers)


[Tuples are immutable sequences so you can't perform add, update or delete]
numbers=('one', 'two', 'three', 'four', 'five'); print max(numbers)
posted 8 years ago in Python by ladayton69 (7,080 points)

0 Answers

Related questions

0 votes
1 answer
posted 9 years ago in HTML by ldayton1229 (7,030 points)
+7 votes
1 answer
posted 12 years ago in Python by Sibongile Beje (1,430 points)
+6 votes
4 answers
posted 12 years ago in HTML by Alejandro Chavarría (3,400 points)
–2 votes
1 answer
posted 11 years ago in Python by simphiwemakola12 (1,010 points)
+19 votes
1 answer
posted 12 years ago in HTML by Boy Smart (1,070 points)