Skip to content
View srikar2002's full-sized avatar

Block or report srikar2002

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

Popular repositories Loading

  1. Node_Bottom_Hack_submit_3.0 Node_Bottom_Hack_submit_3.0 Public

    HTML 1 1

  2. srikar2002.github.io srikar2002.github.io Public

    HTML

  3. srikar-hackerank srikar-hackerank Public

    x = input() vow = ['a','e','i','o','u'] vs = [i for i in x if i in vow] vs = vs[::-1] c=0 for i in x: if i in vs: print(vs[c],end = '') c+=1 else: print(i,end ='')

  4. Webture-Notes Webture-Notes Public

    Forked from IEEE-SRMIST/Webture-Notes

    JavaScript

  5. check-pay-backend check-pay-backend Public

    check-pay

    JavaScript 1

  6. easyans.github.io easyans.github.io Public

    Forked from easyans/easyans.github.io

    In this repository, you can find front-end websites that were built with HTML, CSS, js, react, and react native. As of right now, you can only find Frontend projects. You can also find a data struc…

    CSS