HI @yuvraj_kocher
You don’t show how your are trying to import keras.
Can you please try from tensorflow.python import keras?
As per as getting Tensorflow version can you try the following?
import tensorflow as tf
tf.__ version__
(without any space between underscore and “v” ; website formatting is annnoying me)