Conditional Statements - Bengali
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
- Bengali
Chapters
- Questions posted on Forums
- Python 3.4.3 Tutorials - Bengali
-
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
-
16Statistics
-
17Getting started with arrays
-
18Accessing parts of arrays
-
19Image manipulation using Arrays
-
20Basic Matrix Operations
-
21Advanced Matrix Operations
-
22Least square fit
-
23Basic datatypes and operators
-
24Sequence datatypes
-
25Input-output
-
Conditional Statements
-
27Loops
-
28Manipulating lists
-
29Manipulating strings
-
30Getting started with tuples
-
31Dictionaries
-
32Sets in Python
-
33Getting Started with Functions
-
34Advanced Features of Functions
-
35Using Python Modules
-
36Writing Python Scripts
-
37Testing and Debugging
-
38Handling Errors and Exceptions
Questions posted on ST Forums:
283 visits
Outline:
if condition স্টেটমেন্ট উদাহরণ সহ if কন্ডিশনের প্রদর্শন উদাহরণ Ternary সহ if/else কন্ডিশন স্টেটমেন্ট প্রোগ্রামে ইনডেন্টেশনের গুরুত্ব প্রোগ্রামে কোলনের ব্যবহার elif ব্যবহার করে কন্ডিশন স্টেটমেন্ট if/elif/else block ব্যবহার করে উদাহরণ Ternary কন্ডিশনাল স্টেটমেন্ট if/else এবং Ternary কন্ডিশনাল স্টেটমেন্টের মধ্যে পার্থক্য পাস স্টেটমেন্ট কিভাবে ব্যবহার করে?
Width: | 832 | Height: | 608 |
---|---|---|---|
Duration: | 00:08:40 | Size: | 4.2 MB |
Show video info