Skip to content
View Sriram17E's full-sized avatar
πŸ’­
😊😊
πŸ’­
😊😊

Block or report Sriram17E

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Sriram17E/README.md

n = int(input('Enter value of n: ')) free_list = [] for i in range(n): free_list.append(int(input('Enter number: '))) mul_of_3 = [] for i in free_list: if i%3==0: mul_of_3.append(i) print('multiple of 3 are: ', end=' ') for i in mul_of_3: print(i, end=' ')

Popular repositories Loading

  1. CODEDE CODEDE Public

    PYTHIN

    3

  2. 3D-Animation 3D-Animation Public

    2

  3. code code Public

    multiple of three numbers

    1

  4. Sriram17E Sriram17E Public

    Config files for my GitHub profile.

    1

  5. HI HI Public

    1

  6. PSORIASIS-SKIN-DEASISES-DETECTION-USING-CNN PSORIASIS-SKIN-DEASISES-DETECTION-USING-CNN Public template

    1