Something about Python

import this

def is_this_real():
    return True

if __name == '__main__':
    print(is_this_real())

This was some code. Will it be formatted and colourized?

import boto3

c = boto3.client('s3)