Skip to content

Instantly share code, notes, and snippets.

View nareshchandra06's full-sized avatar

nareshchandra06

View GitHub Profile
@nareshchandra06
nareshchandra06 / Personal Loan Campaign_shared.ipynb
Created November 7, 2025 02:11 — forked from ShazaSaleh/Personal Loan Campaign_shared.ipynb
Personal Loan Campaign _ A supervised learning Classification problem
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Questions are not from any actual exam!!!
Q: Create a job that calculates pi to 2000 decimal points using the container with the image named perl
and the following commands issued to the container: ["perl", "-Mbignum=bpi", "-wle", "print bpi(2000)"]
Once the job has completed, check the logs to and export the result to pi-result.txt.
Solution: