YES
The answer is yes. You can develop an Android app using pure python alone. Knowledge of other languages like java or kotlin are not required. You can even create the app in a way different than the one followed by android developers. Usually, android developers use the android studio. However, for pure python based apps, you can use python for android or buildozer to build the android app from the pure python code.
Example of pure python apps running in android