Skip to content
View Cyrus-Tan's full-sized avatar

Block or report Cyrus-Tan

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Limex-Trading-Summer-Challenge-25-Documentation Limex-Trading-Summer-Challenge-25-Documentation Public

    Event-Driven Trading Strategy with Catalyst Detection and Lime API Execution This repository contains the research, development, and implementation of a short-horizon event-driven trading strategy …

    1

  2. Tip-calculator Tip-calculator Public

    Usage of input(), f-string and round()

    Python

  3. Switches-value-stored-in-two-variables Switches-value-stored-in-two-variables Public

    Create new variable to store value of a, then a=b, while b=new_variable

    Python

  4. Treasure-Island- Treasure-Island- Public

    Nested if, elif, else, Using of \n so that input cursor will be on next line, Using of \ infront of string u want to be included in output: e.g. we\'re --> allows ' to be printed

    Python

  5. Randomly-choosing-a-name-to-pay-for-the-bill Randomly-choosing-a-name-to-pay-for-the-bill Public

    Instead of using random.choice() to randomly choose a name, u can use random.randint() to generate a random index to be apply back to the list

    Python

  6. Treasure-Map-Game Treasure-Map-Game Public

    How to replace a string in a nested list with another string

    Python