My_numerical_workshop

My first markdown file

This is a markdown file

I like Github and you can find it in this wbsite : Github

I like cats too. Look at this beautiful cat: A nice cat

What I planned to do in the next three years:

  1. Become a Carioca Instructor
  2. Play more Petanque.
  3. Marry to Dua Lipa.
  4. Get my PhD
  5. Obtained my scuba certification

    1. To have a dog.
    2. Play more Petanque.

      Mathematical formulas

$F (t) = \int^{\infty}_{0}e^{iwt}dt $

This is a python example

def greet(name): print(f”Hello, {name}!”)

greet(“world”)