diff --git a/Project-Euler-Problem-7.png b/Project-Euler-Problem-7.png
new file mode 100644
index 0000000..79f056a
Binary files /dev/null and b/Project-Euler-Problem-7.png differ
diff --git a/README.md b/README.md
index 03e3937..e34e288 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
# Project-Euler-Sollutions-In-Python
This repository contains sollutions of Project Euler Problems
+
+
+
+
Python Solutions to Project Euler. Problem 1: Add all the natural numbers below 1000 that are multiples of 3 or 5. Problem 2: Find the sum of all the even-valued terms in the Fibonacci sequence which do not exceed one million. Problem 3: Find the largest prime factor of 317584931803.