MCLeitao / Hello-World

First Repository
MIT License
0 stars 0 forks source link

Testing the Markdown language #1

Open MCLeitao opened 4 years ago

MCLeitao commented 4 years ago

Let's test the markdown language here.

MCLeitao commented 4 years ago

Markings


Learning the language Markdown in the Git and GitHub course from Curso em Vídeo We can mix configurations

Numbered List

  1. Test
  2. Test 2
    1. Test 3
    2. Test 5
  3. Test 4

Demarcated List

Task List

MCLeitao commented 4 years ago

Image


"*BURP* Don't Forget to backup your repository Morty!"

"BURP Don't Forget to backup your repository Morty!"

Access my GitHub

MCLeitao commented 4 years ago

Table

Num Name Note
1 Matheus 9.8
2 Hugo 10.0
3 Maria 9.0

Finished the table

MCLeitao commented 4 years ago

Code


num = int(input('Enter a Number:  '))
if num % 2 == 0:
    print(f'The value {num} is EVEN')
else:
    print(f'The value {num} is ODD')
Screen Shot 2020-04-19 at 15 07 54
MCLeitao commented 4 years ago

Emoji