Skip to content
View devndra12's full-sized avatar
  • RajYug IT Solution Pune
  • Pune Maharashtra
  • 01:51 (UTC -12:00)

Block or report devndra12

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
devndra12/README.md
  • 👋 Hi, I’m @devndra12
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...

import module

import os

assign size

size = 0

assign folder path

Folderpath = 'C:/Users/Geetansh Sahni/Documents/R'

get size

for path, dirs, files in os.walk(Folderpath): for f in files: fp = os.path.join(path, f) size += os.path.getsize(fp)

display size

print("Folder size: " + str(size))

Popular repositories Loading

  1. devndra12 devndra12 Public

    Config files for my GitHub profile.

    1

  2. Online-Bakery-Shop- Online-Bakery-Shop- Public

    i have build in PHP in Edit the Repository Description:** If you're looking for a sample bakery shop description on GitHub, you can try searching for repositories related to bakeries, restaurants, or

    1

  3. Loop-Program-c- Loop-Program-c- Public

    1

  4. Android-Attendance-App- Android-Attendance-App- Public

    I'm Using Android Studio Software and Database SQ Lite and Apache HTTP Server Add Student. Add Faculty. Add Teacher. View Student. View Teacher. View Student Attendance. View each student’s attenda…

    1

  5. C-Loop- C-Loop- Public

  6. classic-Snake-game-you-control classic-Snake-game-you-control Public

    The goal is to eat leaves and grow bigger. Keep the caterpillar inside the window to avoid losing the game. The more leaves you eat, the harder it gets! 🐛