Conditional Statements - English
Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Subtitles
- subtitles off
Captions
- captions off
- English
Chapters
- Questions posted on Forums
- Python 3.4.3 Tutorials - English
-
Solution 2 at 6:06
I think it is more appropriate to write Solution 2 as:print(n) if n % 10 == 0 else print(10*n)instead of:print(n) if n % 10 == 0 else 10*n
06-07M 0-10S vedavidya
Answer last updated on: Aug. 4, 2021, 10:54 a.m.
-
if else statement invalid syntax
if num%2 == 0: ...: print('even') ...: else: ...: print('odd') File "<ipython-input-2-1f320c4e94c2>", line 3 else: ^SyntaxError: invalid syntax
01-02M 30-40S grajeshbabu.37@gmail.com
Answer last updated on: July 27, 2021, 11:59 a.m.
-
1Getting started with IPython
-
2Using plot command interactively
-
3Embellishing a plot
-
4Saving plots
-
5Multiple plots
-
6Subplots
-
7Additional features of IPython
-
8Loading Data From Files
-
9Plotting Data
-
10Other Types Of Plots
-
11Plotting Charts
-
12Getting started with Lists
-
13Getting started with for
-
14Getting started with strings
-
15Getting started with files
-
16Parsing data
-
17Statistics
-
18Getting started with arrays
-
19Accessing parts of arrays
-
20Image manipulation using Arrays
-
21Basic Matrix Operations
-
22Advanced Matrix Operations
-
23Least square fit
-
24Basic datatypes and operators
-
25Sequence datatypes
-
26Input-output
-
Conditional Statements
-
28Loops
-
29Manipulating lists
-
30Manipulating strings
-
31Getting started with tuples
-
32Dictionaries
-
33Sets in Python
-
34Getting Started with Functions
-
35Advanced Features of Functions
-
36Using Python Modules
-
37Writing Python Scripts
-
38Testing and Debugging
-
39Handling Errors and Exceptions
Questions posted on ST Forums:
14975 visits
Outline:
if condition statement Demonstration of if statement with example if/else condition statement with example Importance of indentation in a program Usage of colon in program Condition statement using elif Examples using if/elif/else block Ternary conditional statement Difference between if/else and ternary conditional statements How to use pass statement?
Width: | 832 | Height: | 608 |
---|---|---|---|
Duration: | 00:08:39 | Size: | 2.2 MB |
Show video info