Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c62a653

Browse files
Enable syntax highlighting for python3
1 parent ed64666 commit c62a653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎workshop/Presentation.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Pretty neat. Isn't it?
111111
### Hello World: Python 3
112112

113113
<small>In `python3` it's </small>
114-
```python3
114+
```python
115115
print("Hello, World!")
116116
```
117117
Mind the parenthesis. In python3 `print` is a function.
@@ -359,7 +359,7 @@ String value = Foo
359359
---
360360
#### Example 8: Lists
361361

362-
```
362+
```python
363363
fruits = ['Banana', 'Apple', 'Lime']
364364
numbers = [1, 2, 3, 4, 5, 6, 7, 8]
365365

@@ -417,4 +417,4 @@ template: gaia-->
417417
# Thank You
418418
###### [@kabirbaidhya](https://github.com/kabirbaidhya)
419419
###### kabirbaidhya@gmail.com
420-
<!--footer: The slides were created using Marp. https://yhatt.github.io/marp/ -->
420+
<!--footer: The slides were created using Marp. https://yhatt.github.io/marp/ -->

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /