Skip to content

Instantly share code, notes, and snippets.

View strager's full-sized avatar

strager strager

View GitHub Profile
public static void countupA(int n) {
if (n == 0) {
System.out.println("blast off");
} else {
countupB(n - 1);
System.out.println(n);
}
}
public static void countupB(int n) {
https://gist.github.com/76a5a4e6b20e97fc5794242bcb2b43ae
00:29:59 <jollyfoxyfoxy10> i need ur help
00:30:07 <jollyfoxyfoxy10> i cant find out why dis dont work
00:30:10 <jollyfoxyfoxy10> import turtle turtle.circle turtle.color("red") turtle.done()
00:30:49 <jollyfoxyfoxy10> kk
00:30:56 <jollyfoxyfoxy10> " dis
00:31:10 <jollyfoxyfoxy10> "
00:31:24 <jollyfoxyfoxy10> `
00:31:49 <jollyfoxyfoxy10> i use python 3.6 should i use 2.7
00:32:42 <jollyfoxyfoxy10> huh
00:32:45 <jollyfoxyfoxy10> i just started
system('gist -P | tr -d "\n" | xclip', getbufline('%', line("'<"), line("'>")))<CR>
https://gist.github.com/de3001d2b89acc56a45a2fe3570164cf
https://gist.github.com/ae2953e18b93cb98dd6d9a0e1dd8b6f8