Re: [Tutor] Doubt in Python

2019-01-16 Thread Alan Gauld via Tutor
On 16/01/2019 18:26, Maninath sahoo wrote: > Using of relational operator i Python? > How to use relational operator in List. > Please answer me.. Relational operators are more commonly called comparisons (or predicates). You use them with a List much as you use any other object. if list1 == list

[Tutor] Doubt in Python

2019-01-16 Thread Maninath sahoo
Using of relational operator i Python? How to use relational operator in List. Please answer me.. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor