Search:

Type: Posts; User: Tjstretch

Search: Search took 0.08 seconds.

  1. Replies
    132
    Views
    73,472

    Sticky: Re: 500 Ways to Print 1 to 10

    #110 ComputerCraft
    Please don't kill me



    print("1 2 3 4 5 6 7 8 9 10")
  2. Replies
    132
    Views
    73,472

    Sticky: Re: 500 Ways to Print 1 to 10

    #110 ComputerCraft
    Please don't kill me



    print("1 2 3 4 5 6 7 8 9 10")
  3. Replies
    132
    Views
    73,472

    Sticky: Re: 500 Ways to Print 1 to 10

    #64 Java


    //package textField;

    import java.awt.BorderLayout;

    import javax.swing.JFrame;
    import javax.swing.JTextField;
  4. Replies
    132
    Views
    73,472

    Sticky: Re: 500 Ways to Print 1 to 10

    #63 Python


    i = 1
    while i <= 10:
    print(i)

    Think that's right, haven't done python in a while
Results 1 to 4 of 4