How to add google adsense HTML snippet?

How to add google adsense HTML snippet?

Hi, I am wondering how to add Google Adsense to my Website.

The code looks like this

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-7186835920271281",
    enable_page_level_ads: true
  });
</script>

Can you help?