Search results

  1. fukurou

    pokemon !

    hey zoro @ZORO
  2. fukurou

    🐍 python python cheat sheet

    '''variables''' age = 0 # implicit var declaration isCompleted: bool = False # explicit var declaration NUM: int = 2 # constant takes less space than var '''strings''' str1: str = "1+4=hello" s1: str = f'Good {var1}! time to {var2}!' '''classes''' class MyClass(Object): myProperty...
  3. fukurou

    test

    :oops:
  4. fukurou

    [MEDIA]

  5. fukurou

    [MEDIA]

  6. fukurou

    our QR code

  7. fukurou

    test

    variables dictionary varargs randomizer VARIABLES DICTIONARY VARARGS STRINGS JAVA CHEAT SHEET Dictionary Variables RANDOMIZER
  8. fukurou

    test

    hello
  9. fukurou

    test

    1234567890
  10. fukurou

    test

    1234567890
  11. fukurou

    test

    this is a test
  12. fukurou

    test

    test
  13. fukurou

    test

    hello world
  14. fukurou

    ☕ java rnd

    import java.util.Random; Random rand = new Random(); // instance of random class int upperbound = 25; // generate random values from 0-24 int int_random = rand.nextInt(upperbound); // 0->upperbound -1 double double_random = rand.nextDouble();// 0->1 float float_random = rand.nextFloat(); //0->1
  15. fukurou

    ☕ java java cheat sheet dev

    *variables* int age = 0; // implicit var declaration Boolean isCompleted = false; // explicit var declaration final int num = 2; // constant takes less space than var *strings* String str1 = "hello"; String s1 = String.format("%s %s %d :)", "1+4", "=", 5); *classes* public class MyClass...
  16. fukurou

    [MEDIA]

  17. fukurou

    test

    :tu::dab::td:
  18. fukurou

    test

    test
  19. fukurou

    [MEDIA]

  20. fukurou

    [MEDIA]

Top