+ 3
1 point for 2 run scored- what's the condition and loop will applied in this. See the code. Is this true?
Run=2 For 1 point in 2 run: Print("run:",1 points) Fir i in range(i,i+1): Print(i,end=',')
14 Antworten
+ 6
you mean this?
point = Run // 2
+ 6
ok
for i in range(1,Run+1) :
if i %2 == 0:
print("run:", i, "1 point)
+ 3
Yes Oma Falk this is helpful👍
+ 3
If you are not in a hurry for your prog, I would really ask you to repeat the first python lessons.
It is becoming a bit harder now and it is time for u to sharpen your weapon.
+ 2
That code piece you wrote doesn't work.
Have you tried it in code playground?
I also don't understand your question. Can you try to explain more clearly, what you want to do?
+ 2
Oma Falk additional 5 points for the half century- is this the correct syntax:-
For j in range(50):
If j==50:
Print("half-century:",j,"+5 points")
+ 2
almost!!
for j in range(1,Run+1):
if j%50==0:
......
+ 2
if you do it like that you will get into a little trouble :
in run 50 u get 1 point and 5 points. you want that?
+ 2
Yes, i am practicing and also see the previous lessons.😊
+ 1
Enter the runs scored.
run=int(input())
points=run/2
print("points scored:",points)
+ 1
HonFu yes i can explain,this question is regarding module packages this is for the batting in which i have to apply the condition and run a loop for five players
+ 1
Thanks Oma Falk but i have to create module packages i think i have to use the if condition and after that run a loop for the five player which is required
+ 1
No, Oma Falk i want it separately
+ 1
Utsav Singh we need a case statement.