Open MCLeitao opened 4 years ago
Learning the language Markdown in the Git and GitHub course from Curso em Vídeo We can mix configurations
Numbered List
Demarcated List
Task List
"BURP Don't Forget to backup your repository Morty!"
Num | Name | Note |
---|---|---|
1 | Matheus | 9.8 |
2 | Hugo | 10.0 |
3 | Maria | 9.0 |
Finished the table
I don't really understand the document.getElementById()
language JavaScript command is for
Look at my Python program
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')
Let's test the markdown language here.