print("Hello,")
from machine import Pin, I2C
from ssd1306 import SSD1306_I2C

i2c=I2C(0,sda=Pin(0), scl=Pin(1), freq=400000)
oled = SSD1306_I2C(128, 64, I2C)

oled.text("Hiii!!!,", 0, 0)
oled.text("This is Abhishek from kirti college", 7, 10)
oled.text("performing OLED", 5, 20)
oled.text("Practical", 22, 30)

oled.show()
BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT