AbdulMuhaimin-1 / AbdulMuhaimin-1/Python_Intermediate

Examples on how to use the editor, anymore..?

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
good first issue question
Dominant language
Python
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

# title1
## title2
### title3
#### title4
##### title5
###### title6

Text that is **bold**, *italic* and ~~strikethrough~~

* [ ] item2
* [ ] Sub item 2b
* [ ] item1

| Column 1 | Column 2 | Column3
| :--- | :--- | ---: |
| Row 1a | Row 1b | Row 1c |
| Row 2a | Row 2b | Row 2c |

This is a [link](https://mlh.io)

this is inline `code`, here is a block of code below

```ts
const name: string = 'Eddie Jaoude';

/// log name
console.log(name);
```

> I am a quote to give context

I am normal text talking about the above

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.