Interactive Programming Forums
Login
Register
Home
Questions/Snippets/Exercises
Unanswered
Tags
Ask a Question
Post a Code Snippet
Post an Exercise
Welcome to Interactive Programming Forums, where you can ask questions, receive answers from other members of the community, post code snippets and post exercies.
All categories
Ruby
(3)
Python
(10)
PHP
(7)
Perl
(2)
SQL
(8)
Javascript
(6)
HTML
(20)
CSS
(4)
jQuery
(0)
XML
(3)
Code Snippets
(1)
Exercises
(4)
Other
(9)
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
9 years
ago
in
Python
by
ladayton69
(
7,080
points)
0 Answers
Related questions
0
votes
1
answer
The third exercise on Tutorial 1. How is this incorrect?
posted
10 years
ago
in
HTML
by
ldayton1229
(
7,030
points)
+7
votes
1
answer
the programme is not responding in other exercises, how can I go around this?
posted
13 years
ago
in
Python
by
Sibongile Beje
(
1,430
points)
+6
votes
4
answers
can anyone tell me why is this incorrect?
posted
12 years
ago
in
HTML
by
Alejandro ChavarrÃa
(
3,400
points)
–2
votes
1
answer
I am have a problem with understanding a while loop, how to terminate it?
posted
12 years
ago
in
Python
by
simphiwemakola12
(
1,010
points)
+19
votes
1
answer
What is java script and what does it do?
posted
13 years
ago
in
HTML
by
Boy Smart
(
1,070
points)