├── first.txt ├── README.md ├── Name.txt └── about.txt /first.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 23bcna53 -------------------------------------------------------------------------------- /Name.txt: -------------------------------------------------------------------------------- 1 | print("hi") 2 | -------------------------------------------------------------------------------- /about.txt: -------------------------------------------------------------------------------- 1 | Hi this is Sridevi.k , currently doing 2nd year degree in Kristu Jayanti College .. 2026. 2 | --------------------------------------------------------------------------------