Posts by Rhama Krisner • 17 points
3 posts
-
-2
votes1
answer27
viewsQ: How do Return only return first index from the list, Python3.9?
I need to get my Return to return all the values that are on my list, all in one function. But always returns only the first value.…
-
-1
votes1
answer30
viewsQ: How to resolve error in makemigrations (Django)
I’m trying to execute command python manage.py makemigrations, and is generating this return on my terminal, even when I try to start the Django server using the python manage.py runserver, the…
-
2
votes2
answers71
viewsQ: How do I declare a ternary operation for it to show on an HTML page?
<script> function calcular() { var ns1 = window.document.getElementById('nt1') var n1 = Number(ns1.value) var ns2 = window.document.getElementById('nt2') var n2 = Number(ns2.value) var ns3 =…