BlazeMCworld
Reaction score
0

Profile posts Latest activity Postings About

  • Python:
    player = Blaze()
    
    if player.isCoding:
        player.mood = "happy"
    else:
        player.mood = "sad"

    python
    BlazeMCworld
    BlazeMCworld
    JavaScript:
    if (Blaze.isCoding()) {
        let language = Blaze.coding.language.name;
        if (language == "Python") Blaze.scream();
    }
    *screams*
  • Loading…
  • Loading…
  • Loading…
Top Bottom