Skip to content

alternative and easy method for question 1  #139

Open
@ghost

Description

hi. I just want to make the code for question 1 much simpler and easily understandable for beginners

for i in range(2000, 3201):
    if (i%7==0) and (i%5!=0):
      print(i,end=",")

cool?

Activity

RohanSardar

RohanSardar commented on Jan 25, 2021

@RohanSardar

yes, your one is easier to understand

Varun270

Varun270 commented on Feb 14, 2021

@Varun270

Hi, I am a newbie to open source can anyone tell me whether this issue is fixed or not.

RohanSardar

RohanSardar commented on Feb 15, 2021

@RohanSardar

Hi, I am a newbie to open source can anyone tell me whether this issue is fixed or not.

according to me, it's fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      alternative and easy method for question 1 · Issue #139 · zhiwehu/Python-programming-exercises