|
1234567891011121314151617181920212223242526272829303132333435 |
- {
- "cells": [
- {
- "cell_type": "code",
- "execution_count": null,
- "id": "14e5e20a",
- "metadata": {},
- "outputs": [],
- "source": [
- "print('hello world')"
- ]
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "MindSpore",
- "language": "python",
- "name": "mindspore"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.7.6"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 5
- }
|