|
1 | 1 | # 100 Plus Python Coding Problems With Solutions
|
2 | 2 | ---
|
3 | | -## <i class="fa fa-book fa-fw"></i> Introduction. |
| 3 | + |
| 4 | +# Outline |
| 5 | +--- |
| 6 | + |
| 7 | +| No | <div class="tbl-w">Description </div> | |
| 8 | +| --- | --- | |
| 9 | +| 0 | [introduction](#) | |
| 10 | +| 1 | [Easy ones](#) | |
| 11 | +| 1.1 | [Convert input](#) | |
| 12 | +| 1.2 | [Math power](#) | |
| 13 | +| 1.3 | [Random Number](#) | |
| 14 | +| 1.4 | [Floor Division](#) | |
| 15 | +| 1.5 | [Temporary variable](#) | |
| 16 | +| 2 | [Number](#) | |
| 17 | +| 2.1 | [Max of two](#) | |
| 18 | +| 2.2 | [Max of three](#) | |
| 19 | +| 2.3 | [Average of numbers](#) | |
| 20 | +| 2.4 | [Divisible by 3 and 5](#) | |
| 21 | +| 2.5 | [Sum of digits](#) | |
| 22 | +| 2.6 | [Coin sum](#) | |
| 23 | + |
| 24 | +<style>.tbl-w{width:320px}</style> |
| 25 | + |
4 | 26 |
|
5 | 27 | Problem Template
|
6 | 28 | ---
|
|
0 commit comments