diff --git "a/python_snippets_5000.json" "b/python_snippets_5000.json" new file mode 100644--- /dev/null +++ "b/python_snippets_5000.json" @@ -0,0 +1,25002 @@ +[ + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cuivyd():\n return 'ok'\nprint(cuivyd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qzwsyl():\n return 'ok'\nprint(qzwsyl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def doswbc():\n return 'ok'\nprint(doswbc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zoixen():\n return 'ok'\nprint(zoixen())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jcuzzw():\n return 'ok'\nprint(jcuzzw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rqvxld():\n return 'ok'\nprint(rqvxld())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def auyjrk():\n return 'ok'\nprint(auyjrk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gzysgv():\n return 'ok'\nprint(gzysgv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wymxle():\n return 'ok'\nprint(wymxle())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eaugrq():\n return 'ok'\nprint(eaugrq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ywrjyl():\n return 'ok'\nprint(ywrjyl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xpuxqw():\n return 'ok'\nprint(xpuxqw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kcvxqx():\n return 'ok'\nprint(kcvxqx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rssfss():\n return 'ok'\nprint(rssfss())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wbyyug():\n return 'ok'\nprint(wbyyug())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jyufei():\n return 'ok'\nprint(jyufei())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def aobenk():\n return 'ok'\nprint(aobenk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cmdmqy():\n return 'ok'\nprint(cmdmqy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wgubcr():\n return 'ok'\nprint(wgubcr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def skmetq():\n return 'ok'\nprint(skmetq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yqizcj():\n return 'ok'\nprint(yqizcj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dvyikk():\n return 'ok'\nprint(dvyikk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def aaxsft():\n return 'ok'\nprint(aaxsft())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uudimq():\n return 'ok'\nprint(uudimq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eqvdpx():\n return 'ok'\nprint(eqvdpx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rekjnt():\n return 'ok'\nprint(rekjnt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ftdnay():\n return 'ok'\nprint(ftdnay())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rpwnvs():\n return 'ok'\nprint(rpwnvs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zalayx():\n return 'ok'\nprint(zalayx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wdnhag():\n return 'ok'\nprint(wdnhag())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nggmyb():\n return 'ok'\nprint(nggmyb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fpqinf():\n return 'ok'\nprint(fpqinf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nechva():\n return 'ok'\nprint(nechva())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ztfgen():\n return 'ok'\nprint(ztfgen())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağ��msız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gtkheg():\n return 'ok'\nprint(gtkheg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fmoclk():\n return 'ok'\nprint(fmoclk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def anhsip():\n return 'ok'\nprint(anhsip())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wnfshc():\n return 'ok'\nprint(wnfshc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oowqed():\n return 'ok'\nprint(oowqed())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yehnux():\n return 'ok'\nprint(yehnux())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qkdyco():\n return 'ok'\nprint(qkdyco())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def krhrun():\n return 'ok'\nprint(krhrun())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fyirok():\n return 'ok'\nprint(fyirok())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kyfokg():\n return 'ok'\nprint(kyfokg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qoahyn():\n return 'ok'\nprint(qoahyn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qjyaxt():\n return 'ok'\nprint(qjyaxt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mdlwfr():\n return 'ok'\nprint(mdlwfr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ivotru():\n return 'ok'\nprint(ivotru())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tkgolk():\n return 'ok'\nprint(tkgolk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ijctlq():\n return 'ok'\nprint(ijctlq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vivpoy():\n return 'ok'\nprint(vivpoy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qnfhxf():\n return 'ok'\nprint(qnfhxf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ocytxs():\n return 'ok'\nprint(ocytxs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dzlqhc():\n return 'ok'\nprint(dzlqhc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def smtiko():\n return 'ok'\nprint(smtiko())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def susvyb():\n return 'ok'\nprint(susvyb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sdenwi():\n return 'ok'\nprint(sdenwi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zgpchm():\n return 'ok'\nprint(zgpchm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lnikym():\n return 'ok'\nprint(lnikym())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def davusk():\n return 'ok'\nprint(davusk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mojswr():\n return 'ok'\nprint(mojswr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rwfvlb():\n return 'ok'\nprint(rwfvlb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çal��şır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dtgaic():\n return 'ok'\nprint(dtgaic())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nxauzo():\n return 'ok'\nprint(nxauzo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gecogb():\n return 'ok'\nprint(gecogb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def szhdwj():\n return 'ok'\nprint(szhdwj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def diuadl():\n return 'ok'\nprint(diuadl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def twytdu():\n return 'ok'\nprint(twytdu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fleqqe():\n return 'ok'\nprint(fleqqe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iqsxmz():\n return 'ok'\nprint(iqsxmz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ghkqcf():\n return 'ok'\nprint(ghkqcf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lwzbxe():\n return 'ok'\nprint(lwzbxe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def junizt():\n return 'ok'\nprint(junizt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oshdhd():\n return 'ok'\nprint(oshdhd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zbqwvu():\n return 'ok'\nprint(zbqwvu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uesfxd():\n return 'ok'\nprint(uesfxd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dpwypg():\n return 'ok'\nprint(dpwypg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hiqxid():\n return 'ok'\nprint(hiqxid())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ghuoil():\n return 'ok'\nprint(ghuoil())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kefcmy():\n return 'ok'\nprint(kefcmy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def keczdk():\n return 'ok'\nprint(keczdk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sopapc():\n return 'ok'\nprint(sopapc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hsinmf():\n return 'ok'\nprint(hsinmf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fhlmac():\n return 'ok'\nprint(fhlmac())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız ��alışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pmuhko():\n return 'ok'\nprint(pmuhko())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qawpws():\n return 'ok'\nprint(qawpws())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yqhelf():\n return 'ok'\nprint(yqhelf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def etpmnh():\n return 'ok'\nprint(etpmnh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mqqtdi():\n return 'ok'\nprint(mqqtdi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pmhtqo():\n return 'ok'\nprint(pmhtqo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vgfkri():\n return 'ok'\nprint(vgfkri())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fcolyl():\n return 'ok'\nprint(fcolyl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jeptkn():\n return 'ok'\nprint(jeptkn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wwonjb():\n return 'ok'\nprint(wwonjb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gcyzql():\n return 'ok'\nprint(gcyzql())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ifjshe():\n return 'ok'\nprint(ifjshe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xyvksk():\n return 'ok'\nprint(xyvksk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jlhjau():\n return 'ok'\nprint(jlhjau())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fvjpod():\n return 'ok'\nprint(fvjpod())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dmfevm():\n return 'ok'\nprint(dmfevm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hqgaos():\n return 'ok'\nprint(hqgaos())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ttdenf():\n return 'ok'\nprint(ttdenf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pzufkb():\n return 'ok'\nprint(pzufkb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def relmeh():\n return 'ok'\nprint(relmeh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dciaqx():\n return 'ok'\nprint(dciaqx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kztjym():\n return 'ok'\nprint(kztjym())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kykelv():\n return 'ok'\nprint(kykelv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qjhxwy():\n return 'ok'\nprint(qjhxwy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zpldbn():\n return 'ok'\nprint(zpldbn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def etpitn():\n return 'ok'\nprint(etpitn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ubwtuc():\n return 'ok'\nprint(ubwtuc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nyaiyk():\n return 'ok'\nprint(nyaiyk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ykptkd():\n return 'ok'\nprint(ykptkd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def emozwr():\n return 'ok'\nprint(emozwr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uxdffm():\n return 'ok'\nprint(uxdffm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wkikha():\n return 'ok'\nprint(wkikha())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zxjzor():\n return 'ok'\nprint(zxjzor())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xltmge():\n return 'ok'\nprint(xltmge())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xsnvda():\n return 'ok'\nprint(xsnvda())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xnmcqv():\n return 'ok'\nprint(xnmcqv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dpuinf():\n return 'ok'\nprint(dpuinf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def smjqup():\n return 'ok'\nprint(smjqup())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dvqoda():\n return 'ok'\nprint(dvqoda())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def onedko():\n return 'ok'\nprint(onedko())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nqlwum():\n return 'ok'\nprint(nqlwum())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zpfusk():\n return 'ok'\nprint(zpfusk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rsktly():\n return 'ok'\nprint(rsktly())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pfktom():\n return 'ok'\nprint(pfktom())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bizpav():\n return 'ok'\nprint(bizpav())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qjezqs():\n return 'ok'\nprint(qjezqs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ytydxg():\n return 'ok'\nprint(ytydxg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yqcxmd():\n return 'ok'\nprint(yqcxmd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dekyxr():\n return 'ok'\nprint(dekyxr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wkpwvp():\n return 'ok'\nprint(wkpwvp())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hceuwc():\n return 'ok'\nprint(hceuwc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yhrhmm():\n return 'ok'\nprint(yhrhmm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def atfcho():\n return 'ok'\nprint(atfcho())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rsmuiu():\n return 'ok'\nprint(rsmuiu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rwchbf():\n return 'ok'\nprint(rwchbf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bdliiz():\n return 'ok'\nprint(bdliiz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qvmbhf():\n return 'ok'\nprint(qvmbhf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qsgols():\n return 'ok'\nprint(qsgols())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def twevra():\n return 'ok'\nprint(twevra())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bqhcfv():\n return 'ok'\nprint(bqhcfv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iudbin():\n return 'ok'\nprint(iudbin())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def krbzde():\n return 'ok'\nprint(krbzde())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def relqnw():\n return 'ok'\nprint(relqnw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def naqsjy():\n return 'ok'\nprint(naqsjy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def afcujj():\n return 'ok'\nprint(afcujj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def waebte():\n return 'ok'\nprint(waebte())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xspjwu():\n return 'ok'\nprint(xspjwu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def whfode():\n return 'ok'\nprint(whfode())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lsgjuc():\n return 'ok'\nprint(lsgjuc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def olcvty():\n return 'ok'\nprint(olcvty())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ydjscq():\n return 'ok'\nprint(ydjscq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gxwihh():\n return 'ok'\nprint(gxwihh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sjelce():\n return 'ok'\nprint(sjelce())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def muqkae():\n return 'ok'\nprint(muqkae())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yakfiw():\n return 'ok'\nprint(yakfiw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lyigtx():\n return 'ok'\nprint(lyigtx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def svpkeb():\n return 'ok'\nprint(svpkeb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mgmqwe():\n return 'ok'\nprint(mgmqwe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ldkxrg():\n return 'ok'\nprint(ldkxrg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def visuwo():\n return 'ok'\nprint(visuwo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def otbokm():\n return 'ok'\nprint(otbokm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fdwsky():\n return 'ok'\nprint(fdwsky())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ibkppw():\n return 'ok'\nprint(ibkppw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xtpxli():\n return 'ok'\nprint(xtpxli())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rslzvp():\n return 'ok'\nprint(rslzvp())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lkhavq():\n return 'ok'\nprint(lkhavq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qvkqgi():\n return 'ok'\nprint(qvkqgi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lfktdw():\n return 'ok'\nprint(lfktdw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jddktz():\n return 'ok'\nprint(jddktz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bsdbta():\n return 'ok'\nprint(bsdbta())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yorqxc():\n return 'ok'\nprint(yorqxc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iukmae():\n return 'ok'\nprint(iukmae())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sdeamt():\n return 'ok'\nprint(sdeamt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vtzdhu():\n return 'ok'\nprint(vtzdhu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nbhfuz():\n return 'ok'\nprint(nbhfuz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ldysfb():\n return 'ok'\nprint(ldysfb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yczlkc():\n return 'ok'\nprint(yczlkc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uwspcx():\n return 'ok'\nprint(uwspcx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tyqrwe():\n return 'ok'\nprint(tyqrwe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xtxuqo():\n return 'ok'\nprint(xtxuqo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zocmia():\n return 'ok'\nprint(zocmia())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mtqbez():\n return 'ok'\nprint(mtqbez())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağ��msız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hwupvn():\n return 'ok'\nprint(hwupvn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fedcxm():\n return 'ok'\nprint(fedcxm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def poeowq():\n return 'ok'\nprint(poeowq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dgvpwj():\n return 'ok'\nprint(dgvpwj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel g��revi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ufcgtf():\n return 'ok'\nprint(ufcgtf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hbtfog():\n return 'ok'\nprint(hbtfog())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bfeezo():\n return 'ok'\nprint(bfeezo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zctlih():\n return 'ok'\nprint(zctlih())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jyfoua():\n return 'ok'\nprint(jyfoua())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kjgnda():\n return 'ok'\nprint(kjgnda())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def synpzh():\n return 'ok'\nprint(synpzh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wnmuvz():\n return 'ok'\nprint(wnmuvz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hjwtzx():\n return 'ok'\nprint(hjwtzx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xuaajz():\n return 'ok'\nprint(xuaajz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def krlxqs():\n return 'ok'\nprint(krlxqs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kyufbw():\n return 'ok'\nprint(kyufbw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bcflmt():\n return 'ok'\nprint(bcflmt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fowznv():\n return 'ok'\nprint(fowznv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalı��ır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bugidk():\n return 'ok'\nprint(bugidk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bfnvxm():\n return 'ok'\nprint(bfnvxm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def srrsqh():\n return 'ok'\nprint(srrsqh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sqlepu():\n return 'ok'\nprint(sqlepu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ozsmzt():\n return 'ok'\nprint(ozsmzt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xytjgt():\n return 'ok'\nprint(xytjgt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qosllb():\n return 'ok'\nprint(qosllb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bhteip():\n return 'ok'\nprint(bhteip())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tbnuva():\n return 'ok'\nprint(tbnuva())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jvzhyf():\n return 'ok'\nprint(jvzhyf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yhuxvy():\n return 'ok'\nprint(yhuxvy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ystuod():\n return 'ok'\nprint(ystuod())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zzcuci():\n return 'ok'\nprint(zzcuci())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rpgvbs():\n return 'ok'\nprint(rpgvbs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xmsriy():\n return 'ok'\nprint(xmsriy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalış��r." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def evkqfm():\n return 'ok'\nprint(evkqfm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zfjbhn():\n return 'ok'\nprint(zfjbhn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanım��", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gzwvip():\n return 'ok'\nprint(gzwvip())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uhwfro():\n return 'ok'\nprint(uhwfro())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pnnntc():\n return 'ok'\nprint(pnnntc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xkrqqu():\n return 'ok'\nprint(xkrqqu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ioiley():\n return 'ok'\nprint(ioiley())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fkqdgn():\n return 'ok'\nprint(fkqdgn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zuyumx():\n return 'ok'\nprint(zuyumx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wsfedq():\n return 'ok'\nprint(wsfedq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vtzpdv():\n return 'ok'\nprint(vtzpdv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def smsabi():\n return 'ok'\nprint(smsabi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wxcljs():\n return 'ok'\nprint(wxcljs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ksfoah():\n return 'ok'\nprint(ksfoah())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lljckt():\n return 'ok'\nprint(lljckt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jlsnpx():\n return 'ok'\nprint(jlsnpx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rujpui():\n return 'ok'\nprint(rujpui())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def upzlku():\n return 'ok'\nprint(upzlku())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def efzzxl():\n return 'ok'\nprint(efzzxl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def muuxbl():\n return 'ok'\nprint(muuxbl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zqdien():\n return 'ok'\nprint(zqdien())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ankgte():\n return 'ok'\nprint(ankgte())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xowdop():\n return 'ok'\nprint(xowdop())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yxarvc():\n return 'ok'\nprint(yxarvc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lhbkyf():\n return 'ok'\nprint(lhbkyf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rhdvhi():\n return 'ok'\nprint(rhdvhi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zousnh():\n return 'ok'\nprint(zousnh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def naxkmo():\n return 'ok'\nprint(naxkmo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jhjrgb():\n return 'ok'\nprint(jhjrgb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fibuoj():\n return 'ok'\nprint(fibuoj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cghxgy():\n return 'ok'\nprint(cghxgy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ariffh():\n return 'ok'\nprint(ariffh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def atxksh():\n return 'ok'\nprint(atxksh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tzefyl():\n return 'ok'\nprint(tzefyl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ylvzle():\n return 'ok'\nprint(ylvzle())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uiltqp():\n return 'ok'\nprint(uiltqp())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rntqdo():\n return 'ok'\nprint(rntqdo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mklrfu():\n return 'ok'\nprint(mklrfu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eiuqhj():\n return 'ok'\nprint(eiuqhj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def umptmp():\n return 'ok'\nprint(umptmp())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def phviqs():\n return 'ok'\nprint(phviqs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xawpjb():\n return 'ok'\nprint(xawpjb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kgwhrq():\n return 'ok'\nprint(kgwhrq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dslxuv():\n return 'ok'\nprint(dslxuv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rvjqra():\n return 'ok'\nprint(rvjqra())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qubnfd():\n return 'ok'\nprint(qubnfd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def swdsxz():\n return 'ok'\nprint(swdsxz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kcaalu():\n return 'ok'\nprint(kcaalu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lzndto():\n return 'ok'\nprint(lzndto())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vyihnx():\n return 'ok'\nprint(vyihnx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wvrjce():\n return 'ok'\nprint(wvrjce())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rpqask():\n return 'ok'\nprint(rpqask())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pyqrmt():\n return 'ok'\nprint(pyqrmt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vpwzyu():\n return 'ok'\nprint(vpwzyu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ghudpk():\n return 'ok'\nprint(ghudpk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tfffqg():\n return 'ok'\nprint(tfffqg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def urkdyn():\n return 'ok'\nprint(urkdyn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağıms��z çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def icrqkz():\n return 'ok'\nprint(icrqkz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ohsjri():\n return 'ok'\nprint(ohsjri())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fvtqbm():\n return 'ok'\nprint(fvtqbm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oaffjr():\n return 'ok'\nprint(oaffjr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tocehg():\n return 'ok'\nprint(tocehg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fuuuqy():\n return 'ok'\nprint(fuuuqy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hnkgbn():\n return 'ok'\nprint(hnkgbn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mcpfxk():\n return 'ok'\nprint(mcpfxk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tqmewf():\n return 'ok'\nprint(tqmewf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ndvluy():\n return 'ok'\nprint(ndvluy())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sygnzj():\n return 'ok'\nprint(sygnzj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eamnvq():\n return 'ok'\nprint(eamnvq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hnewvi():\n return 'ok'\nprint(hnewvi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nxqgkl():\n return 'ok'\nprint(nxqgkl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def omiemh():\n return 'ok'\nprint(omiemh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def anvrnz():\n return 'ok'\nprint(anvrnz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jmckmb():\n return 'ok'\nprint(jmckmb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wxydei():\n return 'ok'\nprint(wxydei())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nfqfeu():\n return 'ok'\nprint(nfqfeu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def evswql():\n return 'ok'\nprint(evswql())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pivxzx():\n return 'ok'\nprint(pivxzx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zrqwvj():\n return 'ok'\nprint(zrqwvj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eyhcad():\n return 'ok'\nprint(eyhcad())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lqsvkf():\n return 'ok'\nprint(lqsvkf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmu��tur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def aucdue():\n return 'ok'\nprint(aucdue())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bgifvk():\n return 'ok'\nprint(bgifvk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nxnate():\n return 'ok'\nprint(nxnate())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ijfipv():\n return 'ok'\nprint(ijfipv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def omaocb():\n return 'ok'\nprint(omaocb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fqnctz():\n return 'ok'\nprint(fqnctz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def onmilk():\n return 'ok'\nprint(onmilk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tslphq():\n return 'ok'\nprint(tslphq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hiwgsw():\n return 'ok'\nprint(hiwgsw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ipkdmh():\n return 'ok'\nprint(ipkdmh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wgxfga():\n return 'ok'\nprint(wgxfga())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xklrow():\n return 'ok'\nprint(xklrow())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dawzhv():\n return 'ok'\nprint(dawzhv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ozufdf():\n return 'ok'\nprint(ozufdf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmu��tur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vujvlm():\n return 'ok'\nprint(vujvlm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rjpejn():\n return 'ok'\nprint(rjpejn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xyppaf():\n return 'ok'\nprint(xyppaf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iybkwt():\n return 'ok'\nprint(iybkwt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def eootcs():\n return 'ok'\nprint(eootcs())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cxvjzt():\n return 'ok'\nprint(cxvjzt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pyjehi():\n return 'ok'\nprint(pyjehi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nymdsi():\n return 'ok'\nprint(nymdsi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def haytmz():\n return 'ok'\nprint(haytmz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kxymgm():\n return 'ok'\nprint(kxymgm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nllyob():\n return 'ok'\nprint(nllyob())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def djjmin():\n return 'ok'\nprint(djjmin())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rqcdwd():\n return 'ok'\nprint(rqcdwd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hqfntk():\n return 'ok'\nprint(hqfntk())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qeuivm():\n return 'ok'\nprint(qeuivm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ubdgzq():\n return 'ok'\nprint(ubdgzq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pyzuay():\n return 'ok'\nprint(pyzuay())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sbdnll():\n return 'ok'\nprint(sbdnll())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gwgjfc():\n return 'ok'\nprint(gwgjfc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wcfywh():\n return 'ok'\nprint(wcfywh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gulrnc():\n return 'ok'\nprint(gulrnc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def msakio():\n return 'ok'\nprint(msakio())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def pifbhl():\n return 'ok'\nprint(pifbhl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iqydzi():\n return 'ok'\nprint(iqydzi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lxkyny():\n return 'ok'\nprint(lxkyny())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fbkoah():\n return 'ok'\nprint(fbkoah())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ljcser():\n return 'ok'\nprint(ljcser())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cmfmvo():\n return 'ok'\nprint(cmfmvo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fblnci():\n return 'ok'\nprint(fblnci())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ayavkj():\n return 'ok'\nprint(ayavkj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yqmswz():\n return 'ok'\nprint(yqmswz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mjqzeo():\n return 'ok'\nprint(mjqzeo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def tyyduq():\n return 'ok'\nprint(tyyduq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xlbywl():\n return 'ok'\nprint(xlbywl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yrvoty():\n return 'ok'\nprint(yrvoty())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oooinx():\n return 'ok'\nprint(oooinx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xmsaqx():\n return 'ok'\nprint(xmsaqx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kbxomt():\n return 'ok'\nprint(kbxomt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hfyzom():\n return 'ok'\nprint(hfyzom())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gsbuny():\n return 'ok'\nprint(gsbuny())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ivptpx():\n return 'ok'\nprint(ivptpx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dbkvjz():\n return 'ok'\nprint(dbkvjz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def igxwwm():\n return 'ok'\nprint(igxwwm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ivrfgo():\n return 'ok'\nprint(ivrfgo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nhijae():\n return 'ok'\nprint(nhijae())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fevnmz():\n return 'ok'\nprint(fevnmz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zninbh():\n return 'ok'\nprint(zninbh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def qzflhu():\n return 'ok'\nprint(qzflhu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def grplfd():\n return 'ok'\nprint(grplfd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def uusamr():\n return 'ok'\nprint(uusamr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def sbvzco():\n return 'ok'\nprint(sbvzco())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vehosf():\n return 'ok'\nprint(vehosf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lzjrim():\n return 'ok'\nprint(lzjrim())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vrsula():\n return 'ok'\nprint(vrsula())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wdykge():\n return 'ok'\nprint(wdykge())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wsqyso():\n return 'ok'\nprint(wsqyso())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ydpmta():\n return 'ok'\nprint(ydpmta())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüs��", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fsoyzt():\n return 'ok'\nprint(fsoyzt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zyjlgz():\n return 'ok'\nprint(zyjlgz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ukurky():\n return 'ok'\nprint(ukurky())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hjtjyn():\n return 'ok'\nprint(hjtjyn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def azvrpl():\n return 'ok'\nprint(azvrpl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rtockq():\n return 'ok'\nprint(rtockq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ogiuio():\n return 'ok'\nprint(ogiuio())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xrdntm():\n return 'ok'\nprint(xrdntm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jcsolj():\n return 'ok'\nprint(jcsolj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ccifdl():\n return 'ok'\nprint(ccifdl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kpozpj():\n return 'ok'\nprint(kpozpj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nnywvv():\n return 'ok'\nprint(nnywvv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cgosox():\n return 'ok'\nprint(cgosox())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mjuukn():\n return 'ok'\nprint(mjuukn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xeyjkr():\n return 'ok'\nprint(xeyjkr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ikefoo():\n return 'ok'\nprint(ikefoo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wlcwnf():\n return 'ok'\nprint(wlcwnf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def flnqty():\n return 'ok'\nprint(flnqty())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def obdkdi():\n return 'ok'\nprint(obdkdi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dguhup():\n return 'ok'\nprint(dguhup())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def rgbsgz():\n return 'ok'\nprint(rgbsgz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cwkzqb():\n return 'ok'\nprint(cwkzqb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def cvtjao():\n return 'ok'\nprint(cvtjao())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ekqyzr():\n return 'ok'\nprint(ekqyzr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ztxlgl():\n return 'ok'\nprint(ztxlgl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def usnpis():\n return 'ok'\nprint(usnpis())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def svmeqm():\n return 'ok'\nprint(svmeqm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lsycee():\n return 'ok'\nprint(lsycee())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zarfqn():\n return 'ok'\nprint(zarfqn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def olamxt():\n return 'ok'\nprint(olamxt())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kpedej():\n return 'ok'\nprint(kpedej())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def mfldxe():\n return 'ok'\nprint(mfldxe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def bslxyh():\n return 'ok'\nprint(bslxyh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jjsbos():\n return 'ok'\nprint(jjsbos())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def fadltp():\n return 'ok'\nprint(fadltp())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def otblve():\n return 'ok'\nprint(otblve())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dnjhdi():\n return 'ok'\nprint(dnjhdi())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dtxuyn():\n return 'ok'\nprint(dtxuyn())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ydjaha():\n return 'ok'\nprint(ydjaha())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vtslem():\n return 'ok'\nprint(vtslem())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def jmjwuc():\n return 'ok'\nprint(jmjwuc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zfmonh():\n return 'ok'\nprint(zfmonh())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gviktx():\n return 'ok'\nprint(gviktx())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def shnasm():\n return 'ok'\nprint(shnasm())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gbofkb():\n return 'ok'\nprint(gbofkb())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nnhqid():\n return 'ok'\nprint(nnhqid())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hhwffl():\n return 'ok'\nprint(hhwffl())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gphvag():\n return 'ok'\nprint(gphvag())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oocsen():\n return 'ok'\nprint(oocsen())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def flybfq():\n return 'ok'\nprint(flybfq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def lebvhe():\n return 'ok'\nprint(lebvhe())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def dqnlny():\n return 'ok'\nprint(dqnlny())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xzfrif():\n return 'ok'\nprint(xzfrif())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def zcbmwf():\n return 'ok'\nprint(zcbmwf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def xcakdv():\n return 'ok'\nprint(xcakdv())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def oqjsmd():\n return 'ok'\nprint(oqjsmd())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağ��msız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def gpvyec():\n return 'ok'\nprint(gpvyec())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def wlnpsa():\n return 'ok'\nprint(wlnpsa())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def titybc():\n return 'ok'\nprint(titybc())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def ltxgfz():\n return 'ok'\nprint(ltxgfz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def okditj():\n return 'ok'\nprint(okditj())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yupnrw():\n return 'ok'\nprint(yupnrw())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def yljggo():\n return 'ok'\nprint(yljggo())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def batdwg():\n return 'ok'\nprint(batdwg())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def iidiqr():\n return 'ok'\nprint(iidiqr())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def kanefz():\n return 'ok'\nprint(kanefz())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def hshvdu():\n return 'ok'\nprint(hshvdu())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def vajcnf():\n return 'ok'\nprint(vajcnf())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste toplama", + "context": "nums = [1,2,3,4]\nprint(sum(nums))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Metni ters çevir", + "context": "text = 'python'\nprint(text[::-1])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Liste üretimi", + "context": "l=[i for i in range(10) if i%2==0]\nprint(l)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Set kullanımı", + "context": "s=set([1,2,2,3])\nprint(s)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Try Except", + "context": "try:\n x=1/0\nexcept Exception as e:\n print(e)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya yazma", + "context": "with open('a.txt','w') as f:\n f.write('data')", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Sözlük kullanımı", + "context": "d={'x':10,'y':20}\nprint(d['x'])", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Dosya okuma", + "context": "with open('a.txt','r') as f:\n print(f.read())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "String birleştirme", + "context": "a='py'\nb='thon'\nprint(a+b)", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Fonksiyon", + "context": "def nalrsq():\n return 'ok'\nprint(nalrsq())", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "While döngüsü", + "context": "i=0\nwhile i<3:\n print(i)\n i+=1", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + }, + { + "instruction": "Rastgele sayı üret", + "context": "import random\nprint(random.randint(0,999))", + "response": "Bu Python kodu tek bir temel görevi yerine getirir. Kısa tutulmuştur ve bağımsız çalışır." + } +] \ No newline at end of file