Postingan

Membuat Kode Highlight

Ini adalah contoh Kode Javascript var yourName; let yourAge; const numberOfDays; // declaration statement

Contoh lain snippet code menggunakan Github

Contoh Snippet Code Menggunakan Gist Github

Ini adalah contoh snippet code menggunakan github ''' python '''

Coba kode Python

Contoh highlight code python import numpy as np import matplotlib.pyplot as plt # untuk menggunakan numpy.piecewise harus dibuat fungsi biasa dalam python. def g(x): return 2*(1-x) # untuk 0 < x < 1 def h(x): return 0 # untuk selainnya # Evaluasi fungsi g dan h secara bersamaan menggunakan numpy.piecewise hjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj x = np.linspace(-5,5,1000) y = np.piecewise(x,[(x =1)*(x Ini Contoh kodenya

Buat Baru contoh highlight code

numbers = [] while True: num = int(input("input one integer: ")) if num == -9999: break numbers.append(num) tuple_numbers = tuple(numbers) print(tuple_numbers)