navgurukul / bhanwari-devi

Frontend Repository for Merakilearn maintained by Navgurukul students and volunteers
https://www.merakilearn.org/
31 stars 17 forks source link

feat: Quick hack to allow input at beginning of Python code #1026

Closed jschanker closed 1 year ago

jschanker commented 1 year ago

Which issue does this refer to ? Allows input at top of Python code (in certain form) Example of allowed code:

name = input("Please enter your name:")
num1 = int(input("Hi, " + name + ". Please enter an integer: "))
num2 = float(input("Your first number was " + num1 + ". Please enter any number:"))
num1 = int(input("Please enter your first number (integer) again."))

print(name + ", the sum of your entered two numbers is:", num1 + num2)

People to loop in / review from @komalahire

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bhanwari-devi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2023 4:25am
bhanwari-devi-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2023 4:25am
meraki-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 28, 2023 4:25am
sonarcloud[bot] commented 1 year ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint