Skip to content

Instantly share code, notes, and snippets.

View astha-29's full-sized avatar
🎯
Focusing

Astha Padhi astha-29

🎯
Focusing
View GitHub Profile
@astha-29
astha-29 / mini-project.ipynb
Created August 13, 2020 07:01
Mini Project.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@astha-29
astha-29 / 3.2
Created June 21, 2020 07:48
python for every body (assignment 3)
score = input("Enter Score: ")
s = float(score)
x = 'Error'
if s >= 0.9:
x = 'A'
elif s >=0.8:
x='B'
elif s >=0.7:
x='C'
elif s >= 0.6:
@astha-29
astha-29 / index.html
Created April 18, 2020 16:15
tranforms
<p>HELLO</p>
<p class="transformed">HELLO</p>
<p class="move-right"</p>
<p class="move-down"</p>
@astha-29
astha-29 / index.html
Created April 18, 2020 05:10
ZEbObgx
<p></p>
<p class="move-right"></p>
<p></p>
<p class="move-down"></p>