void setup() {
Serial.begin(115200);
Serial.println("Pavithra T");
delay(2000);
Serial.println("Sruthi");
delay(2000);
Serial.println("school ");
delay(2000);
Serial.println("7 year");
}
void loop() {
// put your main code here, to run repeatedly:
// this speeds up the simulation
}