Computer Science, asked by NailTheArtist2, 9 months ago

which is the best programming language??

•JavaScript.
•Python.
•Java.
•C/CPP.
•Swift.
•Ruby.
•Objective – C.​

Answers

Answered by Anonymous
2

Python is the best programming. language

I hope it will help you please mark as brainliest thanks and follow me

Answered by Anonymous
5

&lt;!DOCTYPE html&gt;</p><p>&lt;html&gt;</p><p>  &lt;head&gt;</p><p>    &lt;title&gt;Title of the document&lt;/title&gt;</p><p>    &lt;style&gt;</p><p>      body {</p><p>        background: linear-gradient(90deg, rgba(177, 64, 200, 1) 0%, </p><p>                    rgba(109, 9, 121, 1) 35%, rgba(45, 1, 62, 1) 100%);</p><p>      }</p><p>      .glow {</p><p>        font-size: 70px;</p><p>        color: #ffffff;</p><p>        text-align: center;</p><p>        -webkit-animation: glow 1s ease-in-out infinite alternate;</p><p>        -moz-animation: glow 1s ease-in-out infinite alternate;</p><p>        animation: glow 1s ease-in-out infinite alternate;</p><p>      }</p><p>      @-webkit-keyframes glow {</p><p>        from {</p><p>          text-shadow: 0 0 10px #eeeeee, 0 0 20px #000000, 0 0 30px #000000, 0 0 40px #000000, </p><p>                       0 0 50px #9554b3, 0 0 60px #9554b3, 0 0 70px #9554b3;</p><p>        }</p><p>        to {</p><p>          text-shadow: 0 0 20px #eeeeee, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6,</p><p>                       0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;</p><p>        }</p><p>      }</p><p>    &lt;/style&gt;</p><p>  &lt;/head&gt;</p><p>  &lt;body&gt;</p><p>    &lt;h1 class="glow"&gt;python&lt;/h1&gt;</p><p>  &lt;/body&gt;</p><p>&lt;/html&gt;

hope it helps you

Similar questions