I am getting this error
NameError: name 'nitesh1995' is not defined
I am using BOTO3 with python for creating a S3 bucket.
import boto3
s3_resource = boto3.resource('s3')
s3_resource.create_bucket(Bucket= nitesh1995)
This is code I am using. Can someone help please?